This repository was archived by the owner on Jan 9, 2022. It is now read-only.
File tree 6 files changed +10
-31
lines changed
6 files changed +10
-31
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Customizable, beautifully animated, lightweight. Typescript support
4
4
5
- 🤯 [ Documentation] ( https://gitart-vue-dialog.netlify.app/ )
5
+ 📘 [ Documentation] ( https://gitart-vue-dialog.netlify.app/ )
6
6
7
7
🤯 [ Examples] ( https://michaelgitart.github.io/gitart-vue-dialog/ )
8
8
9
9
---
10
10
11
- - lightweight <br />
12
- ~ 1.7 KiB - style.css <br />
13
- ~ 8.4 KiB - index.js
11
+ - files <br />
12
+ ~ 1.7 KiB - style.css ` gitart-vue-dialog/dist/style.css ` <br />
13
+ ~ 8.4 KiB - index.js (ES format) ` gitart-vue-dialog ` <br />
14
+ ~ 9.2 KiB - index.upd.js (UPD format) ` gitart-vue-dialog/dist/index.upd.js `
14
15
15
16
16
17
## Instalation
@@ -35,7 +36,7 @@ export default {
35
36
36
37
### Plugin
37
38
38
- Be sure to read the [ вocumentation ] ( https://gitart-vue-dialog.netlify.app/ ) for using the plugin
39
+ Be sure to read the [ documentation ] ( https://gitart-vue-dialog.netlify.app/ ) for using the plugin
39
40
40
41
``` js
41
42
import App from ' ./App.vue'
Original file line number Diff line number Diff line change 2
2
"name" : " gitart-vue-dialog" ,
3
3
"version" : " 0.2.0" ,
4
4
"scripts" : {
5
- "dev" : " node ./scripts/dev.js" ,
6
5
"build" : " node ./scripts/build.js" ,
7
6
"stylelint" : " stylelint **/*.vue" ,
8
7
"lint" : " yarn stylelint && yarn eslint" ,
33
32
"@typescript-eslint/parser" : " ^4.28.4" ,
34
33
"@vitejs/plugin-vue" : " ^1.4" ,
35
34
"@vue/compiler-sfc" : " ^3.2.4" ,
36
- "chokidar" : " ^3.5.2" ,
37
35
"eslint" : " ^7.31.0" ,
38
36
"eslint-plugin-import" : " ^2.23.4" ,
39
37
"eslint-plugin-vue" : " ^7.14.0" ,
Original file line number Diff line number Diff line change 3
3
const shell = require ( 'shelljs' )
4
4
5
5
shell . exec ( 'vue-tsc --noEmit && vite build' )
6
- shell . exec ( 'cp ./@types/* ./dist' )
6
+ shell . exec ( 'cp ./@types/index.d.ts ./dist/index.d.ts' )
7
+ shell . exec ( 'cp ./@types/index.d.ts ./dist/index.upd.d.ts' )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default defineConfig({
21
21
return 'index.js'
22
22
23
23
case 'umd' :
24
- return 'server .js'
24
+ return 'index.umd .js'
25
25
26
26
default :
27
27
return `index.${ format } .js`
Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ character-reference-invalid@^1.0.0:
806
806
resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560"
807
807
integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==
808
808
809
- " chokidar@>=3.0.0 <4.0.0" , chokidar@^3.5.2 :
809
+ " chokidar@>=3.0.0 <4.0.0 " :
810
810
version "3.5.2"
811
811
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
812
812
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
You can’t perform that action at this time.
0 commit comments