2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-10 02:22:27 +03:00

build: add dev

This commit is contained in:
mengxiong10
2019-11-11 11:15:16 +08:00
parent 4b09eaf41e
commit e2b24fa833
3 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
],
"version": "3.0.0",
"scripts": {
"dev": "parcel ./example/index.html --open --port 2235",
"dev": "parcel ./example/dev.html --open --port 2235",
"build:index": "rollup -c",
"build:locale": "rollup -c rollup.locale.config.js",
"build:css": "sass --style=compressed --no-source-map src/style/index.scss index.css",