https://github.com/cmstead/bibliomaker
An app to make a simple reference list while researching solutions at work :-D
https://github.com/cmstead/bibliomaker
Last synced: 8 months ago
JSON representation
An app to make a simple reference list while researching solutions at work :-D
- Host: GitHub
- URL: https://github.com/cmstead/bibliomaker
- Owner: cmstead
- Created: 2019-06-14T04:22:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T04:22:37.000Z (about 7 years ago)
- Last Synced: 2025-01-18T15:25:32.692Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bibliomaker
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).