/mini-program-compiler

用 ts 和 scss 写微信小程序

Primary LanguageTypeScript

用 ts 和 scss 写微信小程序

如何使用

# 安装依赖
yarn

# 默认提供两个环境

# 调试
yarn dev

# 打包
yarn build

环境变量

环境变量存放在 .env 文件上

在代码中怎么使用环境变量

.env 文件上定义 API_URL,在 js/ts 文件上可以这么使用 process.env.API_URL

如何配置生产环境/调试环境

修改 .envDEBUG 参数,默认为 true