https://github.com/bernabe9/vue-books-library
Example for learning VueJS
https://github.com/bernabe9/vue-books-library
Last synced: about 1 year ago
JSON representation
Example for learning VueJS
- Host: GitHub
- URL: https://github.com/bernabe9/vue-books-library
- Owner: bernabe9
- Created: 2020-06-01T14:17:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T23:04:45.000Z (over 3 years ago)
- Last Synced: 2024-12-27T00:09:56.062Z (over 1 year ago)
- Language: JavaScript
- Size: 3.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Books Library
## 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/).