We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa04bc5 commit a9877cdCopy full SHA for a9877cd
README.md
@@ -55,12 +55,21 @@ You can use the commit [feat: add portuguese translation](https://github.com/abi
55
npm install
56
```
57
58
-## Run development server
+## Scripts
59
```bash
60
+# Start a developement server for the core package
61
npm run dev -w=core
62
+
63
+# Build the core package, required by other packages
64
+npm run build -w=core
65
66
+# Run the development server of @vue-js-cron/light
67
npm run dev -w=light
-...
68
69
+# Start a development server of the documentation
70
cd docs && npm run dev
71
72
+# Have a look at package.json for more scripts
73
74
75
## Test
0 commit comments