Skip to content

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

Notifications You must be signed in to change notification settings

Rickgg/webpack-tramonte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

webpack-tramonte

A simple Vue 2.0 Webpack for use in Tramonte projects.

Usage

This is a project template for vue-cli.

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

What's Included

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

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

For detailed explanation on how things work, consult the docs for vue-loader. Also check out the breaking changes in [email protected].

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • Vue 34.9%
  • HTML 4.7%