https://github.com/lizainslie/waifu
https://github.com/lizainslie/waifu
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lizainslie/waifu
- Owner: LizAinslie
- Created: 2020-09-20T02:32:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T21:11:16.000Z (about 5 years ago)
- Last Synced: 2024-12-27T20:33:44.407Z (10 months ago)
- Language: Vue
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# waifu-web
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).