https://github.com/nickforddev/thebanjoproject_v2
The Banjo Project - Vue.js application
https://github.com/nickforddev/thebanjoproject_v2
Last synced: 3 months ago
JSON representation
The Banjo Project - Vue.js application
- Host: GitHub
- URL: https://github.com/nickforddev/thebanjoproject_v2
- Owner: nickforddev
- Created: 2017-12-01T17:33:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T15:53:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T14:31:47.785Z (over 1 year ago)
- Language: Vue
- Size: 7.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# banjo2
## 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/).