https://github.com/cnocon/design-cristin-io
Vue version of cristin-io
https://github.com/cnocon/design-cristin-io
Last synced: 4 months ago
JSON representation
Vue version of cristin-io
- Host: GitHub
- URL: https://github.com/cnocon/design-cristin-io
- Owner: cnocon
- Created: 2021-03-17T23:55:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T00:02:25.000Z (over 5 years ago)
- Last Synced: 2025-03-03T04:15:21.718Z (over 1 year ago)
- Language: Vue
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cristin-io-vue
## 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/).