vue-editor
v0.0.0
Published
A Vue.js Plugin
Downloads
269
Readme
vue-editor
A Vue.js Plugin
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# lint source codes
npm run lint
# build for production with minification
npm run build
# run unit tests
npm run unit
# run all tests
npm test
Changelog
Details changes for each release are documented in the CHANGELOG.md.
Contribution
- Fork it !
- Create your top branch from
dev
:git branch my-new-topic origin/dev
- Commit your changes:
git commit -am 'Add some topic'
- Push to the branch:
git push origin my-new-topic
- Submit a pull request to
dev
branch offritx/vue-editor
repository !