Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnocon/cristin-io-vue
Vue 2 CRISTIN.IO Implementation
https://github.com/cnocon/cristin-io-vue
javascript sass typescript vue
Last synced: 11 days ago
JSON representation
Vue 2 CRISTIN.IO Implementation
- Host: GitHub
- URL: https://github.com/cnocon/cristin-io-vue
- Owner: cnocon
- Created: 2022-07-01T23:12:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T10:03:11.000Z (over 2 years ago)
- Last Synced: 2024-11-14T01:14:57.891Z (2 months ago)
- Topics: javascript, sass, typescript, vue
- Language: SCSS
- Homepage:
- Size: 5.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cristin-io
## 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/).