git.phenomic.net/PHENOMIC.net/master This commit looks good
Details
|
||
---|---|---|
.vscode | ||
assets/style | ||
layouts | ||
pages | ||
plugins | ||
static | ||
store | ||
.eslintrc.js | ||
.gitignore | ||
Jenkinsfile | ||
README.md | ||
nuxt.config.js | ||
package-lock.json | ||
package.json |
README.md
PHENOMIC.net
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
Build Setup
# 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.