n-link/web
lights0123 35cc07f0ed
Bump version
2021-04-06 17:39:41 -04:00
..
components Error messages during passive operation 2021-04-06 17:26:08 -04:00
layouts Actually add web workspace 2020-10-06 11:01:36 -04:00
pages Error messages during passive operation 2021-04-06 17:26:08 -04:00
plugins Error messages 2021-04-06 17:01:54 -04:00
static Add additional info to web version 2020-11-22 19:24:17 -05:00
types Error messages 2021-04-06 17:01:54 -04:00
.editorconfig Actually add web workspace 2020-10-06 11:01:36 -04:00
.eslintrc.js Error messages during passive operation 2021-04-06 17:26:08 -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
README.md Actually add web workspace 2020-10-06 11:01:36 -04:00
nuxt.config.js Error messages 2021-04-06 17:01:54 -04:00
package.json Bump version 2021-04-06 17:39:41 -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

README.md

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.