mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-21 17:36:54 +01:00
assets | ||
components | ||
layouts | ||
lib/phase2 | ||
middleware | ||
pages | ||
plugins | ||
server | ||
static | ||
store | ||
.editorconfig | ||
.env.example | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
docker-compose.yml | ||
Dockerfile | ||
nuxt.config.js | ||
package.json | ||
README.md | ||
seed.sql | ||
yarn.lock |
trusted-setup-nuxt
My supreme Nuxt.js project
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.