An open API service indexing awesome lists of open source software.

https://github.com/feflow/feflow-devkit-example


https://github.com/feflow/feflow-devkit-example

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# feflow-devkit-example

A simplest devkit example.

develop
```sh
# build symlink
cd ./devkit-demo
npm link
cd ..
npm link devkit-demo
# run dev
npm run dev
```

compile
```sh
# build symlink
cd ./devkit-demo
npm link
cd ..
npm link devkit-demo
# run build
npm run build
```