-
Notifications
You must be signed in to change notification settings - Fork 306
Home
iMaeGoo edited this page Jul 26, 2022
·
7 revisions
Welcome to the twikoo wiki!
这里是与开发 Twikoo 相关的文档,有关如何部署、使用请跳转至 twikoo.js.org
- 安装 node.js 14 或以上版本
- 执行
npm i -g yarn
安装 yarn - 拉取 twikoo 源代码,进入源代码根目录
- 执行
yarn
- 执行
yarn dev
- 浏览器打开
http://localhost:9820
即可调试
- 安装 node.js 14 或以上版本
- 执行
npm i -g yarn
安装 yarn - 拉取 twikoo 源代码,进入源代码根目录
- 执行
cd docs
- 执行
yarn
- 执行
yarn docs:dev
- 浏览器打开
http://localhost:8080
即可调试
编辑 docs/.vuepress/config.js
,在 module.exports = {
后面加一行 port: 9821,
腾讯云云函数暂时无法调试,Vercel function 调试请 参考 vercel CLI 文档
以下几种解决方法,选择其一即可——
- 使用 Microsoft Edge 以外的浏览器。
- 关闭
增强 Web 安全性
功能。 - 添加
[*.]vercel.com
到例外。 - 手动部署。
- fork twikoo 仓库
- 在 https://vercel.com/dashboard 中点击 new project
- 在左侧选择刚刚 fork 的 twikoo 仓库,点击 import
- 点击 ROOT DIRECTORY 右侧的 edit,依次选择 src、vercel-min
- 点击 Environment Variables,把数据库地址(
MONGODB_URI
)配进去 - 点击 deploy