https://github.com/jannchie/biliob-frontend
The frontend part of biliob.
https://github.com/jannchie/biliob-frontend
frontend vue webapp
Last synced: about 2 months ago
JSON representation
The frontend part of biliob.
- Host: GitHub
- URL: https://github.com/jannchie/biliob-frontend
- Owner: Jannchie
- License: mit
- Created: 2018-10-18T11:01:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T19:12:07.000Z (about 3 years ago)
- Last Synced: 2025-02-27T09:49:55.558Z (2 months ago)
- Topics: frontend, vue, webapp
- Language: Vue
- Homepage: https://www.biliob.com
- Size: 11.2 MB
- Stars: 128
- Watchers: 3
- Forks: 69
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.travis-ci.org/Jannchie/biliob-frontend)
# biliob-frontend## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).