Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bioforestchain/bfsa-std
bfsa standard
https://github.com/bioforestchain/bfsa-std
Last synced: 9 days ago
JSON representation
bfsa standard
- Host: GitHub
- URL: https://github.com/bioforestchain/bfsa-std
- Owner: BioforestChain
- Created: 2022-11-02T08:01:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T07:09:40.000Z (almost 2 years ago)
- Last Synced: 2023-08-08T20:45:19.351Z (over 1 year ago)
- Language: TypeScript
- Size: 270 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bfsa standard
## Quick Start
view the detailed use case of the test code:
[vue3](https://github.com/BioforestChain/plaoc/tree/main/test/vue3),
[react](https://github.com/BioforestChain/plaoc/tree/main/test/react),
[angular](https://github.com/BioforestChain/plaoc/tree/main/test/angular)## Devloper
change code for you expect and build core to npm packages
Put 'plaoc' and 'bfsa-std' in the same directory and run npmlink.sh。
### Build core
```shell
deno task build 1.0.5 all
```### Npm publish
```shell
deno task pub
```