Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/helvellyn.vue
A Helvellyn Nuxt template
https://github.com/thombruce/helvellyn.vue
Last synced: 20 days ago
JSON representation
A Helvellyn Nuxt template
- Host: GitHub
- URL: https://github.com/thombruce/helvellyn.vue
- Owner: thombruce
- Created: 2020-05-26T16:07:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T21:50:39.000Z (about 2 years ago)
- Last Synced: 2024-11-11T21:20:06.639Z (2 months ago)
- Language: Vue
- Size: 4.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helvellyn.vue
> A Nuxt template for the Helvellyn API.
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
## Environment Variables
Helvellyn.vue accepts a few environment variables for configuring your site. These are:
```
API_URL=[helvellyn api workspace url]
API_KEY=[helvallyn api key]TITLE="My Awesome Website"
DESCRIPTION="My awesome website description!"
PRIMARY_COLOR=deepOrange
```You can obtain the API key for your Helvellyn workspace from the workspace settings page in the Helvellyn admin interface.
`PRIMARY_COLOR` should be one of the base material colors found here: https://vuetifyjs.com/en/styles/colors/#material-colors. The variable should be written in camelCase (i.e. 'deepOrange' instead of 'deep-orange').