Go to file
Danil Kovtonyuk 34f5cbe728 update provider
add notifications to deploy
2020-11-03 21:48:03 +10:00
.github init 2020-10-08 18:15:45 -07:00
abi init 2020-10-21 17:42:50 +03:00
assets update provider 2020-11-03 21:48:03 +10:00
components update provider 2020-11-03 21:48:03 +10:00
langs update provider 2020-11-03 21:48:03 +10:00
layouts update provider 2020-11-03 21:48:03 +10:00
middleware init 2020-10-08 18:15:45 -07:00
pages wip 2020-11-03 16:54:19 +10:00
plugins update provider 2020-11-03 21:48:03 +10:00
services update provider 2020-11-03 21:48:03 +10:00
static steps data 2020-10-21 22:45:22 +03:00
store update provider 2020-11-03 21:48:03 +10: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
networkConfig.js init 2020-10-21 17:42:50 +03:00
nuxt.config.js update provider 2020-11-03 21:48:03 +10:00
package-lock.json wip 2020-10-30 01:01:41 -07:00
package.json wip 2020-10-30 01:01:41 -07:00
README.md init 2020-10-08 18:15:45 -07:00
yarn.lock wip 2020-10-30 01:01:41 -07: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.