mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +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+",
|
"license": "GPL-3.0+",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vue-cli-service build --inline-vue --target wc-async 'static/components/*.vue'",
|
"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"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
* chunks in static/bundles.
|
* chunks in static/bundles.
|
||||||
* Then you can use for exemple <re2o-hello-world></re2o-hello-world> to call
|
* Then you can use for exemple <re2o-hello-world></re2o-hello-world> to call
|
||||||
* the HelloWorld component.
|
* the HelloWorld component.
|
||||||
|
*
|
||||||
|
* You can develop new components using `yarnpkg watch`.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in a new issue