Skip to content

Commit 98c78a7

Browse files
docs: add development section (#83)
1 parent 2260d59 commit 98c78a7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ Differences between vue-analytics and the Nuxt.js implementation:
8585
}
8686
```
8787

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+
8894
## License
8995

9096
[MIT License](./LICENSE)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"types/*.d.ts"
1616
],
1717
"scripts": {
18+
"dev": "nuxt test/fixture/dev",
1819
"lint": "eslint --ext .js,.vue .",
1920
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
2021
"test": "yarn lint && jest"

0 commit comments

Comments
 (0)