Go to file
Danil Kovtonyuk 8bf66cbc7a
optimism
2021-12-29 21:53:05 +10:00
.github init 2020-10-08 18:15:45 -07:00
abi fixes 2020-11-03 23:26:19 +03:00
assets update active state 2020-12-09 23:38:42 +10:00
components optimism 2021-12-29 21:53:05 +10:00
langs optimism 2021-12-29 21:53:05 +10:00
layouts arbitrum 2021-11-22 17:29:48 +10:00
middleware init 2020-10-08 18:15:45 -07:00
pages optimism 2021-12-29 21:53:05 +10:00
plugins fix: ipfs 2021-11-23 01:19:49 +10:00
static fix: add medium link 2021-11-23 01:11:17 +10:00
store optimism 2021-12-29 21:53:05 +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-11-23 01:19:49 +10:00
jsconfig.json init 2020-10-08 18:15:45 -07:00
networkConfig.js optimism 2021-12-29 21:53:05 +10:00
nuxt.config.js fix: ipfs 2021-11-23 01:19:49 +10:00
package.json fix: ipfs 2021-11-23 01:19:49 +10:00
yarn.lock arbitrum 2021-11-22 17:29:48 +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.