https://github.com/delphinemillet/seriez
A VueJS app to browse series
https://github.com/delphinemillet/seriez
bulma vuejs vuex
Last synced: about 2 months ago
JSON representation
A VueJS app to browse series
- Host: GitHub
- URL: https://github.com/delphinemillet/seriez
- Owner: delphinemillet
- Created: 2018-08-31T18:42:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T18:42:54.000Z (over 6 years ago)
- Last Synced: 2025-02-04T18:48:39.013Z (3 months ago)
- Topics: bulma, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seriez
## 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
```### Run your unit tests
```
npm run test:unit
```