Skip to content

mchikhaoui/webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mchikhaoui/webpack

In addition to the basic template, this fork allows to work with separate multi files componenets (html, js, css), it's include :

  • vue-html-loader to load external html template
  • external CSS files injected in js componenets files are minified

Usage

This is a project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

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

If port 8080 is already in use on your machine you must change the port number in /config/index.js. Otherwise npm run dev will fail.

About

A Custom VueJs2 Webpack2 template for VueCli forked from official vuejs-templates/webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • HTML 3.8%
  • CSS 1.1%
  • Shell 0.8%