mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Add yarn watch
This commit is contained in:
parent
dfddaa1d2b
commit
4e1aecaa98
2 changed files with 3 additions and 0 deletions
|
@ -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": {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue