Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:08:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T09:15:13.100Z (over 1 year ago)
- Language: TypeScript
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- 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/).