/feflow-site

Feflow official site source code and docs.

Primary LanguageShell

Feflow Site

Feflow official site source code and docs.

中文文档

How to develop

npm run docs:dev

How to deploy

First, run this command:

npm run docs:build

Then, cd to docs/.vuepress, you can find the dist directory, and run this command:

tar zcvf dist.tar.gz dist

Finally, publish the dist.tar.gz package to our system.