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 2260d59 commit 98c78a7Copy full SHA for 98c78a7
README.md
@@ -85,6 +85,12 @@ Differences between vue-analytics and the Nuxt.js implementation:
85
}
86
```
87
88
+## Development
89
+
90
+1. Clone this repository
91
+2. Install dependencies using `yarn install` or `npm install`
92
+3. Start development server using `npm run dev`
93
94
## License
95
96
[MIT License](./LICENSE)
package.json
@@ -15,6 +15,7 @@
15
"types/*.d.ts"
16
],
17
"scripts": {
18
+ "dev": "nuxt test/fixture/dev",
19
"lint": "eslint --ext .js,.vue .",
20
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
21
"test": "yarn lint && jest"
0 commit comments