Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T19:12:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T20:22:34.443Z (2 months ago)
- Topics: frontend, vue, webapp
- Language: Vue
- Homepage: https://www.biliob.com
- Size: 11.2 MB
- Stars: 129
- Watchers: 3
- Forks: 71
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://www.travis-ci.org/Jannchie/biliob-frontend.svg?branch=master)](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/).