https://github.com/foolishchow/ts-router-gen-example
example from @foolishchow/vue-cli-plugin-ts-router-gen
https://github.com/foolishchow/ts-router-gen-example
Last synced: 11 months ago
JSON representation
example from @foolishchow/vue-cli-plugin-ts-router-gen
- Host: GitHub
- URL: https://github.com/foolishchow/ts-router-gen-example
- Owner: foolishchow
- Created: 2019-11-20T10:09:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:08:06.000Z (over 3 years ago)
- Last Synced: 2025-01-05T23:42:57.680Z (over 1 year ago)
- Language: TypeScript
- Size: 2.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-router-gen-example
> example of [@foolishchow/vue-cli-plugin-ts-router-gen](https://www.npmjs.com/package/@foolishchow/vue-cli-plugin-ts-router-gen)
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).