https://github.com/tanakaworld/vue-with-atjs
[Sample] Vue WYSIWYG component with At.js https://github.com/ichord/At.js
https://github.com/tanakaworld/vue-with-atjs
Last synced: 2 months ago
JSON representation
[Sample] Vue WYSIWYG component with At.js https://github.com/ichord/At.js
- Host: GitHub
- URL: https://github.com/tanakaworld/vue-with-atjs
- Owner: tanakaworld
- License: mit
- Created: 2018-08-15T15:43:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T01:49:57.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T08:47:27.325Z (2 months ago)
- Language: Vue
- Size: 409 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-with-atjs
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```