+3
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -18,6 +18,7 @@ | ||
},
|
||
"scripts": {
|
||
"serve": "vue-cli-service serve ./src/playground.js",
|
||
"playground": "vue-cli-service serve ./src/playground/index.js",
|
||
"build": "rollup -c rollup.config.js",
|
||
"lint": "vue-cli-service lint",
|
||
"prepublishOnly": "npm run lint && npm run build",
|
||
| @@ -48,7 +49,8 @@ | ||
"rollup-plugin-commonjs": "^10.1.0",
|
||
"rollup-plugin-vue": "^6.0.0-beta.11",
|
||
"vitepress": "^0.6.0",
|
||
"vue": "^3.0.0"
|
||
"vue": "^3.0.0",
|
||
"vue-router": "^4.0.0-rc.5"
|
||
},
|
||
"husky": {
|
||
"hooks": {
|
||
src/playground/App.vue
0 → 100644
+40
−0
src/playground/index.js
0 → 100644
+21
−0
src/playground/views/Home.vue
0 → 100644
+26
−0
src/playground/views/Marker.vue
0 → 100644
+29
−0
Loading