Go to file
Roman Storm bf4bb26a70
remove link
2021-03-19 02:18:00 +03:00
.github/workflows rm dependabot 2020-12-15 22:40:44 +03:00
abi initial 2020-12-15 22:11:36 +03:00
assets initial 2020-12-15 22:11:36 +03:00
components remove link 2021-03-19 02:18:00 +03:00
langs instances ceremony 2021-03-11 23:40:41 +03:00
layouts initial 2020-12-15 22:11:36 +03:00
middleware initial 2020-12-15 22:11:36 +03:00
pages instances ceremony 2021-03-11 23:40:41 +03:00
plugins initial 2020-12-15 22:11:36 +03:00
static minor fixes 2021-03-19 01:17:51 +03:00
store minor fixes 2021-03-19 01:17:51 +03:00
utillites initial 2020-12-15 22:11:36 +03:00
.editorconfig initial 2020-12-15 22:11:36 +03:00
.eslintrc.js initial 2020-12-15 22:11:36 +03:00
.gitignore initial 2020-12-15 22:11:36 +03:00
.prettierrc initial 2020-12-15 22:11:36 +03:00
README.md initial 2020-12-15 22:11:36 +03:00
jsconfig.json initial 2020-12-15 22:11:36 +03:00
networkConfig.js initial 2020-12-15 22:11:36 +03:00
nuxt.config.js remove link 2021-03-19 02:18:00 +03:00
package.json initial 2020-12-15 22:11:36 +03:00
yarn.lock initial 2020-12-15 22:11:36 +03:00

README.md

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.