/created-vue-app

Added a server and my favorite things from `vuejs-templates/webpack`

Primary LanguageJavaScript

created-vue-app

A Vue.js boilerplate

Build Setup

Develop

# install dependencies
yarn

# serve with hot reload at localhost:8080
npm run dev

# develop server
npm run dev-server

Deploy

# depoly with express, socket.io
npm start

Test

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Features

  • standard
  • yarn.lock
  • ES2015
  • Sass
  • debug
  • express server
  • socket.io

For detailed explanation on how things work, checkout the guide and docs for vue-loader.