n-link/web
2020-11-22 18:35:23 -05:00
..
components Write to transferred pointer 2020-11-22 16:03:21 -05:00
layouts Actually add web workspace 2020-10-06 11:01:36 -04:00
pages Fix build 2020-11-22 13:34:55 -05: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
web-libusb Use upstream libnspire-sys 2020-11-22 18:35:23 -05: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 Add deployment config 2020-10-06 15:23:59 -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.