Skip to content

AlisProject/alis-editor-old

Repository files navigation

ALISEditor

Structure

ALIS Editor is a rich text editor based on tree structure by JSON.

How to development

Clone project

$ git clone [email protected]:AlisProject/alis-editor.git
$ cd

Run development server

w/ Vue CLI

$ yarn # Install deps
$ yarn serve

Install deps

w/ Vue CLI UI

$ yarn vue ui # Open Vue CLI v3 UI server

Development

Testing

w/ jest

$ yarn test

Lint and format

w/ prettier

$ yarn format

Release

major

yarn release:major

minor

yarn release:minor

patch

yarn release:patch

License

WIP