https://github.com/feflow/feflow-devkit-example
https://github.com/feflow/feflow-devkit-example
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/feflow/feflow-devkit-example
- Owner: feflow
- License: mit
- Created: 2023-03-01T12:08:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T09:05:55.000Z (almost 3 years ago)
- Last Synced: 2025-06-30T18:03:28.173Z (12 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```