https://github.com/dongyuwei/vue-starter-kit
https://github.com/dongyuwei/vue-starter-kit
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dongyuwei/vue-starter-kit
- Owner: dongyuwei
- Created: 2018-08-16T11:10:37.000Z (over 7 years ago)
- Default Branch: vue
- Last Pushed: 2022-12-08T17:14:56.000Z (about 3 years ago)
- Last Synced: 2025-02-26T21:13:45.316Z (10 months ago)
- Language: JavaScript
- Size: 664 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# front-end tech stack
* Vue js(support single file components)
* Less
* parcel-bundler
* prettier
* eslint
* husky
* babel
* jest
## start dev server
- `yarn install`
- `yarn parcel *.html` then visit http://localhost:1234/index.html
## run js test
`yarn test`
## lint
`yarn lint`