https://github.com/othmar52/tryout-vue-routing
skeleton for vue routing issue
https://github.com/othmar52/tryout-vue-routing
Last synced: 3 days ago
JSON representation
skeleton for vue routing issue
- Host: GitHub
- URL: https://github.com/othmar52/tryout-vue-routing
- Owner: othmar52
- Created: 2020-04-03T07:24:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:23:45.000Z (over 3 years ago)
- Last Synced: 2023-08-26T20:51:34.400Z (almost 3 years ago)
- Language: Vue
- Size: 3.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# route-test
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).