polymerizr
v0.5.6
Published
Polymer elements WYSIWYG editor
Downloads
12
Maintainers
Readme
Polymerizr
Contents
Introduction
Polymer elements WYSIWYG editor
Installation
- Clone the repository
cd
into directory and install local dependencies
$ cd polymerizr && npm i && bower i
Usage
cd
into directory
$ cd polymerizr
Build
$ npm run build
Run local server
$ npm run serve
Bump version
$ npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
- Ensures the working tree is clean
- Updates dependencies
- Uninstalls extraneous packages
- Reduces duplication in the dependency tree
- Vulcanizes elements
- Bumps the version in package.json
- Updates the git index to match the working tree
- Creates a git tag
- Pushes all the refs, including annotated tags
- Publishes the package to the npm registry