All Projects → vuejs-templates → Browserify Simple

vuejs-templates / Browserify Simple

A simple Browserify + vueify setup for quick prototyping.

Labels

browserify-simple

A simple Vue 2.0 Browserify + vueify setup for quick prototyping.

This template is Vue 2.0 compatible. For Vue 1.x use this command: vue init browserify-simple#1.0 my-project

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init browserify-simple my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

  • npm run dev: Browserify + vueify with proper config for source map & hot-reload.

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

For more information see the docs for vueify. Also checkout breaking changes in vueify 9.0.0.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].