Skip to content

coderdiaz/vue-rollup-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vue-rollup-boilerplate

A simple rollup and vue-loader setup for quick prototyping.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init dangvanthanh/vue-rollup-boilerplate my-project
$ cd my-project
$ npm install
$ npm run serve

What's Included

CLI DESCRIPTION
npm run serve Rollup + vue-loader with hot-reload
npm run build Production build with CSS/JS minification

For more information see the docs for vue-loader.

Customizations

You will likely need to do some tuning to suit your own needs:

Fork It And Make Your Own

You can folk this repo to create own boilerplate, and use it with vue-cli

vue init username/repo my-project

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.1%
  • Vue 31.9%