https://github.com/herm71/vue-ucsc-component
Vue practice making a component based on UCSC's homepage
https://github.com/herm71/vue-ucsc-component
Last synced: about 1 year ago
JSON representation
Vue practice making a component based on UCSC's homepage
- Host: GitHub
- URL: https://github.com/herm71/vue-ucsc-component
- Owner: Herm71
- Created: 2021-05-13T14:59:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T22:22:25.000Z (about 5 years ago)
- Last Synced: 2025-01-28T14:19:41.652Z (over 1 year ago)
- Language: Vue
- Size: 1.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ucsc-component
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).