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

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.

Awesome Lists containing this project

README

          

# vue-pack
[![license](https://img.shields.io/github/license/gluons/vue-pack.svg?style=flat-square)](./LICENSE)
[![GitHub release](https://img.shields.io/github/release/gluons/vue-pack.svg?style=flat-square)](https://github.com/gluons/vue-pack/releases)
[![TSLint](https://img.shields.io/badge/TSLint-gluons-15757B.svg?style=flat-square)](https://github.com/gluons/tslint-config-gluons)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg?style=flat-square)](https://lernajs.io/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/gluons/vue-pack/CI/master?style=flat-square)](https://github.com/gluons/vue-pack/actions)
[![Codacy grade](https://img.shields.io/codacy/grade/98523b5b7cd7435a8c71b296e84522f8.svg?style=flat-square)](https://www.codacy.com/app/gluons/vue-pack)
[![Known Vulnerabilities](https://snyk.io/test/github/gluons/vue-pack/badge.svg?targetFile=package.json&style=flat-square)](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/