/nuxtjs-sqlite3

A template to use nuxtjs with sqlite3

Primary LanguageVue

NuxtJS + SQLite3

A NuxtJS template that uses SQLite3 for storing/managing data

Build Setup

# install dependencies
$ yarn install

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

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

# generate static project
$ yarn run generate

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

SQLite3

We use express and sqlite3 node module to handle it. The DB is in memory.