https://github.com/shaoxiong789/vue-ts-cli
vue+ts+tsx单页应用脚手架
https://github.com/shaoxiong789/vue-ts-cli
Last synced: 3 months ago
JSON representation
vue+ts+tsx单页应用脚手架
- Host: GitHub
- URL: https://github.com/shaoxiong789/vue-ts-cli
- Owner: shaoxiong789
- Created: 2019-08-10T00:51:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:47:55.000Z (over 2 years ago)
- Last Synced: 2025-01-10T00:56:13.278Z (5 months ago)
- Language: Vue
- Size: 1.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-tsx-cli
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).