You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Roman Storm 292608b351
finalize
2 years ago
.github/workflows rm dependabot 2 years ago
abi initial 2 years ago
assets initial 2 years ago
components initial 2 years ago
langs finalize 2 years ago
layouts initial 2 years ago
middleware initial 2 years ago
pages finalize 2 years ago
plugins initial 2 years ago
static add actions 2 years ago
store finalize 2 years ago
utillites initial 2 years ago
.editorconfig initial 2 years ago
.eslintrc.js initial 2 years ago
.gitignore initial 2 years ago
.prettierrc initial 2 years ago
README.md initial 2 years ago
jsconfig.json initial 2 years ago
networkConfig.js initial 2 years ago
nuxt.config.js initial 2 years ago
package.json initial 2 years ago
yarn.lock initial 2 years ago

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.