Go to file
Alexey Pertsev 7ad32cdfa3
Merge pull request #10 from tornadocash/dependabot/npm_and_yarn/eslint-config-prettier-6.15.0
chore(deps-dev): bump eslint-config-prettier from 6.12.0 to 6.15.0
2020-11-19 12:07:30 +03:00
.github init 2020-10-08 18:15:45 -07:00
abi fixes 2020-11-03 23:26:19 +03:00
assets add description 2020-11-05 23:54:14 +10:00
components add description 2020-11-05 23:54:14 +10:00
langs wip 2020-11-11 11:07:00 -08:00
layouts update fetchDeploymentStatus 2020-11-03 23:33:33 +10:00
middleware init 2020-10-08 18:15:45 -07:00
pages wip 2020-11-11 11:07:00 -08:00
plugins update provider 2020-11-18 02:30:11 +10:00
static disallow 2020-11-11 11:17:26 -08:00
store wip 2020-11-11 11:07:00 -08:00
utillites save provider to localStorage 2020-11-03 22:27:23 +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 fixes 2020-11-03 23:26:19 +03:00
nuxt.config.js update provider 2020-11-18 02:30:11 +10:00
package-lock.json chore(deps-dev): bump @nuxtjs/eslint-module from 2.0.0 to 3.0.1 2020-11-16 00:34:12 +00:00
package.json Merge pull request #10 from tornadocash/dependabot/npm_and_yarn/eslint-config-prettier-6.15.0 2020-11-19 12:07:30 +03:00
README.md init 2020-10-08 18:15:45 -07:00
yarn.lock Merge pull request #10 from tornadocash/dependabot/npm_and_yarn/eslint-config-prettier-6.15.0 2020-11-19 12:07:30 +03: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.