1.0.16 • Published 6 years ago

lgs-vue v1.0.16

Weekly downloads
91
License
-
Repository
github
Last release
6 years ago

npm version build status

lgs-vue

A library of Vue.js components build and maintained by Little Green Software in Durham, NC, USA.

Installation

This project is published to npm under the name lgs-vue.

Updates

We're leveraging the VueCLI to build modules ready for distribution. Inside of src you can create a new component as a *.vue file. When ready to distribute, edit index.js to import and export you component. Then, navigate to that directory in your terminal and run vue build index.js --prod --lib. This will package everything up in the dist folder.

To publish to NPM, copy the package.tpl.json file into dist, update the version number, and run npm publish from the command line. (You'll need to be auth'd on npm).

Also, please update the version number in package.tpl.json and the root package.json to reflect the latest version number.

Usage

For usage information, see the docs.

To-dos

  • automate versioning from the command line
1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago