@packmule/vue-pack
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

Vue Pack npm-latest

Packmule pack to bundle Vue single-file-components.

Overview

Setup

Vue Pack is included in the complete edition.

Current Release

npm install --save-dev @packmule/vue-pack vue vue-template-compiler

Nightly Build

npm install --save-dev @packmule/vue-pack@nightly vue vue-template-compiler

API

VuePack();

Usage

Example

Compile vue files and embedded languages like TypeScript and Sass.

import Packmule from '@packmule/core';
import VuePack from '@packmule/vue-pack';
import SassPack from '@packmule/sass-pack';
import TypeScriptPack from '@packmule/typescript-pack';

const packmule = new Packmule();
packmule.add(new VuePack());
packmule.add(new SassPack());
packmule.add(new TypeScriptPack());
return packmule.generate();

License

MIT


Package Sidebar

Install

npm i @packmule/vue-pack

Weekly Downloads

57

Version

2.1.0

License

MIT

Unpacked Size

7.57 kB

Total Files

11

Last publish

Collaborators

  • t.esterer
  • thasmo