From f54546259bec0dd2aa7f1679f505c0481339ce1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Wed, 30 Dec 2020 02:44:42 +0100 Subject: [PATCH] Update README --- README.md | 34 +++---------------- packages/core/lib/App.tsx | 6 ++-- .../core/lib/components/Schlechtenburg.tsx | 2 +- 3 files changed, 9 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 7a795ca..e8986f2 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,8 @@ -# schlechtenburg +# Schlechtenburg -## Project setup -``` -npm install -``` +Experimental WYSIWYG editor framework made with Vue 3 and TypeScript. It takes cues from both Wordpress' Gutenberg editor and CKEditor, though it tries to become a best of both worlds; a very lightweight, easily extensible core, written with modern components and the accompanying state management. -### Compiles and hot-reloads for development -``` -npm run serve -``` +It inputs and outputs a tree of JSON-serializable data. -### Compiles and minifies for production -``` -npm run build -``` +Just a plaything for now. -### Run your unit tests -``` -npm run test:unit -``` - -### Run your end-to-end tests -``` -npm run test:e2e -``` - -### Lints and fixes files -``` -npm run lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/packages/core/lib/App.tsx b/packages/core/lib/App.tsx index 5a48fc8..332579c 100644 --- a/packages/core/lib/App.tsx +++ b/packages/core/lib/App.tsx @@ -18,7 +18,9 @@ export default defineComponent({