Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/znck/vuepack

Publish .vue files in NPM packages
https://github.com/znck/vuepack

build-tool compiler npm package vue

Last synced: 3 months ago
JSON representation

Publish .vue files in NPM packages

Awesome Lists containing this project

README

        

# VuePack [![Build Status](https://circleci.com/gh/znck/vuepack/tree/master.svg?style=shield)](https://circleci.com/gh/znck/vuepack/) [![Coverage Status](https://coveralls.io/repos/github/znck/vuepack/badge.svg)](https://coveralls.io/github/znck/vuepack)

> EXPERIMENTAL: DO NOT USE IN PRODUCTION.

A tool to normalize `.vue` components so they can be published in NPM packages as it is.

## Usage

``` bash
npm install -g vuepack

vuec -h
```