1.5.0 • Published 5 years ago

create-vue-component-package v1.5.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Create Vue Component Package

This package can be used to quickly generate the base for your component to be published on npm. It contains the following features:

  • Rollup to transpile for ESM, SSR and UNPKG
  • Vuepress for documentation
  • Automated API documentation generation with vuedoc.md

Usage

Run the following command in your terminal to initialize:

npm init vue-component-package

Publishing

During the initialisation there is one step that asks 'Do you want to add a GitHub action for publishing to npm'. To make this work you need to set a secret in your GitHub repo settings called NPM_AUTH_TOKEN containing your npm token. Now when you push a new tag to github, the new version will be published to npm.

Roadmap

  • add support for component/directive/...
  • add TypeScript support
  • add style bundling (postcss > legacy + modern?)
  • add version support (simple docs/v1/?) and configure VuePress search by version
1.5.0

5 years ago

1.4.8

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago