@wep2/editor-dev
v1.0.0
Published
The WePublish Editor 2 to be developed
Downloads
1
Readme
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.
npx install -g @wep2/cli
wep2 -i <project-name>
Develop WePublish Editor 2
- Clone the repository
- Branch from master
- Create a pull request
Pack and publish WePublish Editor 2 to npm registry
npm run pack
cd ./npm-dist
npm publish --access public