Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyaoka/vue-ts-boilerplate
https://github.com/miyaoka/vue-ts-boilerplate
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miyaoka/vue-ts-boilerplate
- Owner: miyaoka
- Created: 2020-03-13T12:02:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:48:19.000Z (11 months ago)
- Last Synced: 2023-12-15T03:55:37.525Z (11 months ago)
- Language: TypeScript
- Size: 728 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ts-boilerplate
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).