Skip to content

Coffcer/component

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

vue-component-boilerplate

A simple Component setup for quick prototyping.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init coffcer/component my-component
$ cd my-component
$ npm install
$ npm run dev

What's Included

  • npm run dev: Live the component in your local server.

  • npm run build: Build the component to UMD js

  • npm run test: Run test.

  • npm run build:demo: Build the dev page, and then you can live it in github.

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

About

A simple component setup for vue-cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.5%
  • CSS 28.5%
  • HTML 11.2%
  • Vue 3.8%