Go to file
Danil Kovtonyuk 45fc4bbb6b
fix: link
2021-12-08 19:19:53 +10:00
.github init 2020-10-08 18:15:45 -07:00
abi fixes 2020-11-03 23:26:19 +03:00
assets pool 2021-10-25 19:12:11 +10:00
components fix: link 2021-12-08 19:19:53 +10:00
langs fix: text 2021-12-07 00:23:24 +10:00
layouts feat: eip-1559 2021-10-28 02:59:15 +10:00
middleware init 2020-10-08 18:15:45 -07:00
pages fix: text 2021-12-07 00:23:24 +10:00
plugins fix: ipfs 2021-10-28 02:59:55 +10:00
static fix: link 2021-12-08 19:19:53 +10:00
store fix: send transaction 2021-11-16 00:42:42 +10: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
README.md init 2020-10-08 18:15:45 -07:00
app.html fix: ipfs 2021-10-28 02:59:55 +10:00
jsconfig.json init 2020-10-08 18:15:45 -07:00
networkConfig.js fix: poll interval 2021-11-16 00:50:35 +10:00
nuxt.config.js fix: ipfs 2021-10-28 02:59:55 +10:00
package.json fix: update gas price oracle 2021-12-08 19:10:00 +10:00
yarn.lock fix: update gas price oracle 2021-12-08 19:10:00 +10: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.