https://github.com/francyfox/tsvue
https://github.com/francyfox/tsvue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/francyfox/tsvue
- Owner: francyfox
- Created: 2021-01-28T03:08:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T04:02:23.000Z (over 4 years ago)
- Last Synced: 2025-03-06T08:48:22.413Z (3 months ago)
- Language: Vue
- Size: 466 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsvue2
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).