https://github.com/vicainelli/vue-starter
https://github.com/vicainelli/vue-starter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicainelli/vue-starter
- Owner: vicainelli
- Created: 2019-12-09T12:44:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:32:32.000Z (about 3 years ago)
- Last Synced: 2024-12-28T04:47:01.712Z (about 1 year ago)
- Language: JavaScript
- Size: 5.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js starter
- Vue.js
- Vue Router
- Jest
- Node Sass
- TailwindCSS
- Storybook
- PurgeCSS
- Prettier
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).