KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
techgrow-docs-v1
★ 15
Open GitHub ↗
TechGrow 开放平台官方文档,基于 VuePress v1
Download README (.md)
Explore Similar Repositories
Second
:
No description available.
Apple-Calculator
:
No description available.
flat-learning
:
No description available.
cycript-wrapper
:
No description available.
FastBase64
:
Fast base 64 encoding/decoding using AVX extension
// 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
techgrow-docs-v1
?
Download (.md)
## TechGrow 开放平台官方文档 V1 ### 依赖环境 - [Node.js v14+](https://nodejs.org/en/) - [VuePress v1.x](https://v1.vuepress.vuejs.org/zh/) ### 项目构建 ``` sh # 查看NodeJs版本(建议使用v14.16.1) $ node -v # 安装项目的默认依赖 $ npm install # 本地启动文档预览服务 $ npm run docs:dev # 构建生成静态文件(可用于部署Web服务器) $ npm run docs:build ```