KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
plugin-samples
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
HackBot
:
An AIO Discord Bot with osint and more commands.
M5Stickc-ESP32-Marauder-Plus2
:
Marauder beta version for M5Stickc Plus2
An-oil-and-gas-well-production-prediction-model-based-on-TCN-and-weight-predictor
:
整个项目的目标是基于TCN和加权预测器来对油气井产量进行时间序列的预测。
Comfyui-Qwen-Prompt
:
qwen llama.cpp prompt
2024_DD
:
浙江大学 2023-2024 学年春夏学期《数字逻辑设计》实验文档。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
plugin-samples
?
Download (.md)
# NocoBase Plugin Samples [Document](https://docs.nocobase.com/plugin-samples) ## Install ```bash yarn install yarn nocobase install ``` ## Add Plugin ### Via CLI ```bash yarn pm add plugin-package-name yarn pm enable plugin-package-name ``` Example: ```bash yarn pm add @nocobase-sample/plugin-add-page yarn pm enable @nocobase-sample/plugin-add-page ``` ### Via `.env` file ``` APPEND_PRESET_BUILT_IN_PLUGINS=@nocobase-sample/plugin-add-page,@nocobase-sample/plugin-block-carousel ``` ## DEV ```bash yarn dev ``` Then open [http://localhost:3000](http://localhost:3000) in your browser.