Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Cloudbase Extension Cms
Commits
054e02b8
Commit
054e02b8
authored
4 years ago
by
cwuyiqing
Committed by
wuyiqing
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
doc: doc update
parent
bf9226dd
master
all-contributors/add-chhpt
all-contributors/add-fantasticsoul
all-contributors/add-geeeeeeeeeek
feat/analytics
feat/api
feat/batch
feat/micro
feat/sms
feat/wx
v2.11.0
v2.10.2
v2.10.1
v2.10.0
v2.9.1
v2.9.0
v2.8.3
v2.8.2
v2.8.1
v2.8.0
v2.7.3
v2.7.2
v2.7.1
v2.7.0
v2.6.9
v2.6.8
v2.6.7
v2.6.6
v2.6.5
v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.1
v2.5.0
v2.4.1
v2.4.0
v2.3.1
v2.3.0
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+23
-2
CONTRIBUTING.md
with
23 additions
and
2 deletions
+23
-2
CONTRIBUTING.md
+
23
-
2
View file @
054e02b8
...
...
@@ -15,10 +15,21 @@
## 本地开发
### 安装 @cloudbase/cli
使用 Node 包管理器 NPM 安装最新版本的 CloudBase CLI 工具(1.0.0+)
```
npm install -g @cloudbase/cli@latest
```
### 配置
复制
`packages/service/.env.example`
为
`packages/service/.env.local`
,并配置
```
TCB_ENVID=xxx
# 腾讯云-云 API 密钥授权
SECRETID=xxx
SECRETKEY=xxx
```
...
...
@@ -37,14 +48,24 @@ window.TcbCmsConfig = {
}
```
安装依赖
###
安装依赖
```
bash
# 安装 lerna 依赖
npm
install
# 安装 package 依赖
npm run setup
# 启动开发
```
### 创建数据库表
```
bash
tcb framework deploy db
```
### 启动开发
```
bash
cd
packages/admin
&&
npm run dev
cd
packages/service
&&
npm run dev
```
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help