This repository was archived by the owner on Jan 9, 2022. It is now read-only.
File tree 2 files changed +19
-11
lines changed
2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 1
- # Gitart Vue Dialog (Vue 3 Only)
1
+ < div style = " text-align : center ; " >
2
2
3
- Customizable, beautifully animated, lightweight. Typescript support
3
+ <img src =" docs/src/public/gitart-dialog-logo.svg " width =" 170 " alt =" Gitart Vue Dialog logo " >
4
+
5
+ # Gitart Vue Dialog
6
+
7
+ Vue 3 Dialog/Modal Component + Plugin (optional)
8
+
9
+ </div >
10
+
11
+ ---
4
12
5
13
📘 [ Documentation] ( https://gitart-vue-dialog.netlify.app/ )
6
14
7
15
🤯 [ Examples] ( https://michaelgitart.github.io/gitart-vue-dialog/ )
8
16
9
- ---
17
+ Typescript support, customizable, beautifully animated, lightweight
10
18
11
- - files <br />
12
- ~ 1.7 KiB - style.css ` gitart-vue-dialog/dist/style.css ` <br />
13
- ~ 9.2 KiB - index.upd.js (UPD format) ` gitart-vue-dialog ` <br />
14
- ~ 8.4 KiB - index.es.js (ES format) ` gitart-vue-dialog/dist/index.es.js `
19
+ ~ 9.2 KiB - index.upd.js ` gitart-vue-dialog ` <br />
20
+ ~ 8.4 KiB - index.es.js ` gitart-vue-dialog/dist/index.es.js ` <br />
21
+ ~ 1.7 KiB - style.css ` gitart-vue-dialog/dist/style.css ` <br />
15
22
16
23
17
24
## Instalation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitart-vue-dialog" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 1.0.0-beta.5 " ,
4
4
"scripts" : {
5
5
"build" : " node ./scripts/build.js" ,
6
6
"stylelint" : " stylelint **/*.vue" ,
7
7
"lint" : " yarn stylelint && yarn eslint" ,
8
8
"eslint" : " eslint"
9
9
},
10
10
"main" : " ./dist/index.umd.js" ,
11
- "module" : " ./dist/index.js" ,
11
+ "module" : " ./dist/index.es. js" ,
12
12
"exports" : {
13
13
"." : {
14
- "import" : " ./dist/index.js" ,
14
+ "import" : " ./dist/index.es. js" ,
15
15
"require" : " ./dist/index.umd.js"
16
- }
16
+ },
17
+ "./dist/*" : " ./dist/*"
17
18
},
18
19
"types" : " dist/index.d.ts" ,
19
20
"keywords" : [
You can’t perform that action at this time.
0 commit comments