https://github.com/ospoon/navigation-app
个人导航网站
https://github.com/ospoon/navigation-app
Last synced: 9 months ago
JSON representation
个人导航网站
- Host: GitHub
- URL: https://github.com/ospoon/navigation-app
- Owner: OSpoon
- License: mit
- Created: 2021-04-14T01:07:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T13:32:14.000Z (about 4 years ago)
- Last Synced: 2025-05-19T05:05:47.095Z (about 1 year ago)
- Language: JavaScript
- Size: 981 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# navigation-app
[It200为您导航](http://it200.cn/)



## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).