Skip to content

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

Notifications You must be signed in to change notification settings

gau-rav/vue-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

vue-simple

A simple Vue 2.1 Webpack & vue-loader setup for quick prototyping.

This template is Vue 2.1 compatible.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init bulv1ne/vue-simple 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.

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.4%
  • Vue 12.3%
  • HTML 5.3%