/am-editor-vue

vue3 example for am-editor

Primary LanguageTypeScript

Modern Vue

Am-editor for vue with example and toolbar(wip).

English | 简体中文

Usage

Requires Node >=14

Development

Install Rush tool kit:

npm i -g pnpm typescript eslint@7 @microsoft/rush prettier

Go project folder and using rushx run and visit http://localhost:3333 :

rush update

rush rebuild -T example

cd apps/example

rushx dev

Build

To build the App, run

cd apps/example

rushx build

With Env:

rushx build:test

And you will see the generated file in dist that ready to be served.

Final

enjoy :)