/webpack-encore-vue-standalone-template

Basic setup to get you started using webpack encore, vue, and a service worker.

Primary LanguageJavaScript

webpack-encore-vue-standalone-template

A boilerplate using webpack-encore, vuejs and vue-router.

It also adds a smitten of gulp to generate icons, to get you started on that pwa.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init disjfa/webpack-encore-vue-standalone-template my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

  • npm run dev: Test your site on your local machine with proper config for source maps & hot-reload.
  • npm run production: build with HTML/CSS/JS minification.
  • npm run lint: Lint your sourcefiles.
  • npm run favicon: generate all the icons.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with vue-cli:

vue init username/repo my-project