n-link/web
2020-10-06 11:01:36 -04:00
..
components Actually add web workspace 2020-10-06 11:01:36 -04:00
layouts Actually add web workspace 2020-10-06 11:01:36 -04:00
pages Actually add web workspace 2020-10-06 11:01:36 -04:00
plugins Actually add web workspace 2020-10-06 11:01:36 -04:00
static Actually add web workspace 2020-10-06 11:01:36 -04:00
types Actually add web workspace 2020-10-06 11:01:36 -04:00
.editorconfig Actually add web workspace 2020-10-06 11:01:36 -04:00
.eslintrc.js Actually add web workspace 2020-10-06 11:01:36 -04:00
.gitignore Actually add web workspace 2020-10-06 11:01:36 -04:00
.prettierrc Actually add web workspace 2020-10-06 11:01:36 -04:00
nuxt.config.js Actually add web workspace 2020-10-06 11:01:36 -04:00
package.json Actually add web workspace 2020-10-06 11:01:36 -04:00
README.md Actually add web workspace 2020-10-06 11:01:36 -04:00
tailwind.config.js Actually add web workspace 2020-10-06 11:01:36 -04:00
tsconfig.json Actually add web workspace 2020-10-06 11:01:36 -04:00

web

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.