Go to file
dependabot[bot] 33b0c0c310
chore(deps-dev): bump eslint-plugin-prettier from 3.1.4 to 3.3.0
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.3.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.4...v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 19:18:32 +00:00
.github initial 2020-12-15 22:11:36 +03:00
abi initial 2020-12-15 22:11:36 +03:00
assets initial 2020-12-15 22:11:36 +03:00
components initial 2020-12-15 22:11:36 +03:00
langs initial 2020-12-15 22:11:36 +03:00
layouts initial 2020-12-15 22:11:36 +03:00
middleware initial 2020-12-15 22:11:36 +03:00
pages initial 2020-12-15 22:11:36 +03:00
plugins initial 2020-12-15 22:11:36 +03:00
static initial 2020-12-15 22:11:36 +03:00
store initial 2020-12-15 22:11:36 +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 initial 2020-12-15 22:11:36 +03:00
package.json chore(deps-dev): bump eslint-plugin-prettier from 3.1.4 to 3.3.0 2020-12-15 19:18:32 +00:00
yarn.lock chore(deps-dev): bump eslint-plugin-prettier from 3.1.4 to 3.3.0 2020-12-15 19:18:32 +00: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.