bitbadger.solutions-theme/bit-badger-solutions
Daniel J. Summers dcf28915f7 Add htmx SVG
Will link from the Giraffe.Htmx project
2021-11-08 17:21:30 -05:00
..
components Create Nuxt version 2020-08-08 20:08:44 -05:00
content Create Nuxt version 2020-08-08 20:08:44 -05:00
layouts Create Nuxt version 2020-08-08 20:08:44 -05:00
pages Create Nuxt version 2020-08-08 20:08:44 -05:00
static Add htmx SVG 2021-11-08 17:21:30 -05:00
.editorconfig Create Nuxt version 2020-08-08 20:08:44 -05:00
.eslintrc.js Create Nuxt version 2020-08-08 20:08:44 -05:00
.gitignore Create Nuxt version 2020-08-08 20:08:44 -05:00
nuxt.config.js Create Nuxt version 2020-08-08 20:08:44 -05:00
package-lock.json Create Nuxt version 2020-08-08 20:08:44 -05:00
package.json Create Nuxt version 2020-08-08 20:08:44 -05:00
README.md Create Nuxt version 2020-08-08 20:08:44 -05:00
tsconfig.json Create Nuxt version 2020-08-08 20:08:44 -05:00

bit-badger-solutions

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.