/webpack-tramonte

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

Primary LanguageJavaScript

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 vue-loader@9.0.0.