https://github.com/matrixfox/genshin-vue
https://github.com/matrixfox/genshin-vue
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matrixfox/genshin-vue
- Owner: matrixfox
- Created: 2024-06-05T21:20:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T23:55:29.000Z (about 2 years ago)
- Last Synced: 2024-12-29T15:15:38.592Z (over 1 year ago)
- Language: Vue
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genshin-vue
## 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/).