An open API service indexing awesome lists of open source software.

https://github.com/dongyuwei/vue-starter-kit


https://github.com/dongyuwei/vue-starter-kit

Last synced: 24 days ago
JSON representation

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`