https://github.com/gluons/vue-pack
🎀 Bundle @vuejs library via @webpack.
https://github.com/gluons/vue-pack
bundle bundler hacktoberfest library library-bundler packager vue vue-library vuejs vuejs-library webpack
Last synced: about 1 year ago
JSON representation
🎀 Bundle @vuejs library via @webpack.
- Host: GitHub
- URL: https://github.com/gluons/vue-pack
- Owner: gluons
- License: mit
- Created: 2018-05-20T10:07:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T20:26:02.000Z (about 2 years ago)
- Last Synced: 2024-04-14T04:49:02.066Z (about 2 years ago)
- Topics: bundle, bundler, hacktoberfest, library, library-bundler, packager, vue, vue-library, vuejs, vuejs-library, webpack
- Language: TypeScript
- Homepage: https://git.io/vue-pack
- Size: 6.21 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-pack
[](./LICENSE)
[](https://github.com/gluons/vue-pack/releases)
[](https://github.com/gluons/tslint-config-gluons)
[](https://lernajs.io/)
[](https://github.com/gluons/vue-pack/actions)
[](https://www.codacy.com/app/gluons/vue-pack)
[](https://snyk.io/test/github/gluons/vue-pack?targetFile=package.json)
🎀 Bundle [Vue.js](https://vuejs.org/) library via [webpack](https://webpack.js.org/).
> Vue Pack is created to suit my personal requirements.
But you can also use it if it meets your requirements. 🙂
## ⚙️ Installation
### CLI (Preferred)
**Install via [npm](https://www.npmjs.com/):**
```bash
# Install globally
npm install -g @gluons/vue-pack-cli
# Or install locally
npm install --save-dev @gluons/vue-pack-cli
```
---
**Install via [Yarn](https://yarnpkg.com/):**
```bash
# Install globally
yarn global add @gluons/vue-pack-cli
# Or install locally
yarn add --dev @gluons/vue-pack-cli
```
### Core
**Install via [npm](https://www.npmjs.com/):**
```bash
npm install --save-dev @gluons/vue-pack
```
---
**Install via [Yarn](https://yarnpkg.com/):**
```bash
yarn add --dev @gluons/vue-pack
```
## 📃 Documentation
See https://gluons.github.io/vue-pack/