n-link/web
2020-11-22 19:24:17 -05:00
..
components Fix uploaded file path 2020-11-22 18:49:26 -05:00
layouts Actually add web workspace 2020-10-06 11:01:36 -04:00
pages Fix WebUSB detection 2020-10-28 22:19:36 -04:00
plugins Actually add web workspace 2020-10-06 11:01:36 -04:00
static Add additional info to web version 2020-11-22 19:24:17 -05: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 Add additional info to web version 2020-11-22 19:24:17 -05:00
package.json Fix CX II compatibility with web 2020-11-22 18:02:06 -05: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.