stimulus

所属分类:其他
开发工具:SCSS
文件大小:0KB
下载次数:0
上传日期:2023-11-01 12:48:13
上 传 者sh-1993
说明:  stimulus中文网 eleventy架构
(The incentive architecture of stimulus Chinese network)

文件列表:
.eleventy.js (2676, 2023-11-12)
.eslintignore (23, 2023-11-12)
.eslintrc.js (832, 2023-11-12)
.prettierrc.cjs (1107, 2023-11-12)
LICENSE (1073, 2023-11-12)
dev/ (0, 2023-11-12)
dev/comment/ (0, 2023-11-12)
dev/comment/index.html (4305, 2023-11-12)
dev/default/ (0, 2023-11-12)
dev/default/index.html (4293, 2023-11-12)
dev/index.html (5747, 2023-11-12)
docs/ (0, 2023-11-12)
docs/handbook/ (0, 2023-11-12)
docs/handbook/00_the_origin_of_stimulus.md (9337, 2023-11-12)
docs/handbook/01_introduction.md (2303, 2023-11-12)
docs/handbook/02_hello_stimulus.md (7243, 2023-11-12)
docs/handbook/03_building_something_real.md (6813, 2023-11-12)
docs/handbook/04_designing_for_resilience.md (3438, 2023-11-12)
docs/handbook/05_managing_state.md (8807, 2023-11-12)
docs/handbook/06_working_with_external_resources.md (6691, 2023-11-12)
docs/handbook/07_installing_stimulus.md (5649, 2023-11-12)
docs/reference/ (0, 2023-11-12)
docs/reference/actions.md (12700, 2023-11-12)
docs/reference/controllers.md (10923, 2023-11-12)
docs/reference/css_classes.md (5287, 2023-11-12)
docs/reference/lifecycle_callbacks.md (4622, 2023-11-12)
docs/reference/outlets.md (6735, 2023-11-12)
docs/reference/targets.md (4571, 2023-11-12)
docs/reference/using_typescript.md (2762, 2023-11-12)
docs/reference/values.md (5117, 2023-11-12)
gulpconfig.json (137, 2023-11-12)
gulpfile.js (3471, 2023-11-12)
package-lock.json (581233, 2023-11-12)
... ...

# Stimulus 中文网 ## 项目介绍 Stimulus 中文网是一个基于[Eleventy](https://www.11ty.dev/)的静态网站。 ### 主要业务 翻译了[Stimulus](https://stimulus.hotwired.dev/)的官方文档,为国内开发者提供服务。 ### 站点地址 [https://stimulus.firstmeet.store/](https://stimulus.firstmeet.store/) ## 前端部署方法: - 1. 克隆仓库 ```bash git clone https://github.com/travelless/stimulus.git ``` - 2. 安装依赖 ```bash npm install ``` - 3. 启动项目 ```bash npm run start ``` ## 后端部署方法: - 1. 克隆仓库并进入后端目录 ```bash git clone https://github.com/travelless/stimulus.git cd ./server/ ``` - 2. 安装依赖 ```bash npm install ``` - 3. 订阅目标仓库 ```bash git remote add targetdoc https://github.com/hotwired/stimulus.git git fetch --all ``` - 4. 配置 config.js 文件 具体配置项请参考 config.js.example 文件 - 5. 启动项目 ```bash npm run dev ```

近期下载者

相关文件


收藏者