https://github.com/cycloidio/frontend-template
https://github.com/cycloidio/frontend-template
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cycloidio/frontend-template
- Owner: cycloidio
- Created: 2021-03-18T13:03:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T09:40:35.000Z (about 5 years ago)
- Last Synced: 2025-02-28T17:54:37.988Z (over 1 year ago)
- Language: JavaScript
- Size: 319 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend-template
## 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/).