dmitriy-kazarinov / nuxt-seed

Nuxt seed for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-seed npm version

NPM

The de facto nuxt-seed repo for building universal apps with Vue, Vuex, ES6, Webpack 2 and CSS framework Bulma

This repo serves as a minimal seed for those looking to get up-and-running with Vue and Nuxt

These are its features:

  • Flexible application structure
  • A ready-to-go build system for working with ES6
  • Uses state management pattern Vuex
  • Uses modern CSS framework based on Flexbox Bulma
  • Refreshing the browser and rebuilding on file changes
  • Written based on Vue and Vuex documentation

Build Setup

# install dependencies
$ npm install # Or yarn install

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

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

# generate static project
$ npm run generate

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


enjoy — Nuxt-seed

About

Nuxt seed for development


Languages

Language:Vue 73.8%Language:JavaScript 24.6%Language:CSS 1.6%