mattbruton / nuxt-starter-kit

Starter kit for Nuxt with https support, E2E testing, express sessions / log in, AirBNB linting, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-starter-kit

Starter kit for Nuxt with https support, E2E testing, express sessions / log in, AirBNB linting, and more.

This starter kit is Nuxt starter kit using Express for server side rendering. It includes the following additions to the base project:

  • HTTPS support for localhost
  • E2E testing with Nightwatch
  • Express sessions for user log in
  • AirBNB Javascript linting
  • SCSS support in .vue files

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at https://localhost:3001
$ npm run dev

# build for production and launch server
$ npm start

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

Backpack

We use backpack to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).

PassportJS JWT

Coming soon...

About

Starter kit for Nuxt with https support, E2E testing, express sessions / log in, AirBNB linting, and more.


Languages

Language:JavaScript 61.2%Language:Vue 36.2%Language:CSS 2.6%