Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyaoka/vue-babel-ts-template
https://github.com/miyaoka/vue-babel-ts-template
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miyaoka/vue-babel-ts-template
- Owner: miyaoka
- Created: 2020-03-13T12:10:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T05:02:23.000Z (almost 2 years ago)
- Last Synced: 2023-04-01T04:16:53.078Z (over 1 year ago)
- Language: Vue
- Size: 3.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ts-babel
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).