1.0.0 • Published 3 years ago

@wep2/editor-dev v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

The WePublish Editor 2

Within this repository the Wepublish Editor is developed. The Wepublish Editor is based on directus.io

Install WePublish Editor 2

If you just want to install and use WePublish Editor 2 use our cli.

  1. npx install -g @wep2/cli
  2. wep2 -i <project-name>

Develop WePublish Editor 2

  1. Clone the repository
  2. Branch from master
  3. Create a pull request

Pack and publish WePublish Editor 2 to npm registry

  1. npm run pack
  2. cd ./npm-dist
  3. npm publish --access public