8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Add yarn watch

This commit is contained in:
Alexandre Iooss 2020-04-22 12:06:25 +02:00
parent dfddaa1d2b
commit 4e1aecaa98
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
"license": "GPL-3.0+",
"scripts": {
"build": "vue-cli-service build --inline-vue --target wc-async 'static/components/*.vue'",
"watch": "vue-cli-service build --mode development --watch --inline-vue --target wc-async 'static/components/*.vue'",
"lint": "vue-cli-service lint"
},
"dependencies": {

View file

@ -5,6 +5,8 @@
* chunks in static/bundles.
* Then you can use for exemple <re2o-hello-world></re2o-hello-world> to call
* the HelloWorld component.
*
* You can develop new components using `yarnpkg watch`.
*/
module.exports = {