Skip to content
This repository was archived by the owner on Mar 17, 2018. It is now read-only.

A simple Webpack + vue-loader setup for quick prototyping.

Notifications You must be signed in to change notification settings

vuikit/vue-cli-vuikit-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

vuikit-webpack

A Vue 2.0 Webpack & vue-loader setup for quick Vuikit prototyping.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init vuikit/vue-cli-vuikit-webpack my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

  • npm run dev: Webpack + vue-loader with proper config for source maps & hot-reload.

  • npm run build: build with HTML/CSS/JS minification.

For detailed explanation on how things work, consult the docs for vue-loader. Also check out the breaking changes in vue-loader@9.0.0.

About

A simple Webpack + vue-loader setup for quick prototyping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.0%
  • Vue 21.7%
  • HTML 13.3%