|
2 years ago | |
---|---|---|
.vscode | 2 years ago | |
assets/style | 2 years ago | |
layouts | 2 years ago | |
pages | 2 years ago | |
plugins | 2 years ago | |
static | 2 years ago | |
store | 2 years ago | |
.eslintrc.js | 2 years ago | |
.gitignore | 2 years ago | |
Jenkinsfile | 2 years ago | |
README.md | 2 years ago | |
nuxt.config.js | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago |
The main website for PHENOM based on Nuxt.js, Vue.js and uses the Vuetify Material Component Framework. Visit the site here https://phenomic.net
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out the Nuxt.js and Vuetify.js documentation.