Go to file
Danil Kovtonyuk 66be351cfe init makeup
2020-10-13 03:41:52 +10:00
.github init 2020-10-08 18:15:45 -07:00
assets init makeup 2020-10-13 03:41:52 +10:00
components init makeup 2020-10-13 03:41:52 +10:00
layouts init makeup 2020-10-13 03:41:52 +10:00
middleware init 2020-10-08 18:15:45 -07:00
pages init makeup 2020-10-13 03:41:52 +10:00
plugins init 2020-10-08 18:15:45 -07:00
static init makeup 2020-10-13 03:41:52 +10:00
store init 2020-10-08 18:15:45 -07:00
.editorconfig init 2020-10-08 18:15:45 -07:00
.eslintrc.js init 2020-10-08 18:15:45 -07:00
.gitignore init 2020-10-08 18:15:45 -07:00
.prettierrc init 2020-10-08 18:15:45 -07:00
jsconfig.json init 2020-10-08 18:15:45 -07:00
nuxt.config.js init makeup 2020-10-13 03:41:52 +10:00
package.json init makeup 2020-10-13 03:41:52 +10:00
README.md init 2020-10-08 18:15:45 -07:00
yarn.lock init makeup 2020-10-13 03:41:52 +10:00

governance-dep-ui

Build Setup

# 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.