Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/helvellyn.js
Vue.js UI for Helvellyn
https://github.com/thombruce/helvellyn.js
Last synced: 20 days ago
JSON representation
Vue.js UI for Helvellyn
- Host: GitHub
- URL: https://github.com/thombruce/helvellyn.js
- Owner: thombruce
- License: mit
- Created: 2020-04-23T22:53:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T13:58:19.000Z (about 2 years ago)
- Last Synced: 2024-11-11T21:38:23.340Z (2 months ago)
- Language: Vue
- Size: 1.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Helvellyn.js
Helvellyn | Helvellyn.js | Credible
User interface built with Vue.js for Helvellyn CMS.
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Runs the test suite
```
yarn test
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).