Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adi518/vue-component-template
🚧 A template for distribution of Vue components with Webpack 4 and Babel 7 ("Next")
https://github.com/adi518/vue-component-template
Last synced: 8 days ago
JSON representation
🚧 A template for distribution of Vue components with Webpack 4 and Babel 7 ("Next")
- Host: GitHub
- URL: https://github.com/adi518/vue-component-template
- Owner: adi518
- License: mit
- Created: 2018-07-18T22:01:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T20:43:48.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T09:21:47.443Z (about 2 months ago)
- Language: Vue
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install
`npm install`# Development
* Run `npm start` for component development.
* Run `npm run docs` for documentation development.# Build
`npm run build`# Release
* `npm run release-patch`
* `npm run release-minor`
* `npm run release-major`Set `private` key to `false` in order to publish to npm.