-
Notifications
You must be signed in to change notification settings - Fork 312
Home
iMaeGoo edited this page May 24, 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 文档