posva-test-vue-plugin-template

0.0.2 • Public • Published

TestVuePluginTemplate

npm vue2

A Vue.js Plugin

Installation

npm install --save test-vue-plugin-template

Usage

Bundler (Webpack, Rollup)

import Vue from 'vue'
import TestVuePluginTemplate from 'test-vue-plugin-template'
// You need a specific loader for CSS files like https://github.com/webpack/css-loader
import 'test-vue-plugin-template/dist/test-vue-plugin-template.css'
 
Vue.use(TestVuePluginTemplate)

Browser

<!-- Include after Vue -->
<link rel="stylesheet" href="test-vue-plugin-template/dist/test-vue-plugin-template.css"></link>
<script src="test-vue-plugin-template/dist/test-vue-plugin-template.js"></script>

Development

Launch visual tests

npm run dev

Launch Karma with coverage

npm run dev:coverage

Build

Bundle the js and css of to the dist folder:

npm run build

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i posva-test-vue-plugin-template

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • posva