Simple text editor based on tiptap. HTML format.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 314 B

4 years ago
123456789101112131415161718192021222324
  1. # dedediteur
  2. ## Project setup
  3. ```
  4. yarn install
  5. ```
  6. ### Compiles and hot-reloads for development
  7. ```
  8. yarn serve
  9. ```
  10. ### Compiles and minifies for production
  11. ```
  12. yarn build
  13. ```
  14. ### Lints and fixes files
  15. ```
  16. yarn lint
  17. ```
  18. ### Customize configuration
  19. See [Configuration Reference](https://cli.vuejs.org/config/).