Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vagusx/vue-tiny-mce
TinyMCE editor in vue
https://github.com/vagusx/vue-tiny-mce
Last synced: 5 days ago
JSON representation
TinyMCE editor in vue
- Host: GitHub
- URL: https://github.com/vagusx/vue-tiny-mce
- Owner: vagusX
- License: mit
- Created: 2016-06-08T10:13:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T14:03:31.000Z (over 6 years ago)
- Last Synced: 2024-04-25T05:41:03.691Z (7 months ago)
- Language: JavaScript
- Size: 1.71 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-tiny-mce
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).