@mjcloud/test


Install
``
bash
$ yarn install
`
`
bash
$ npm run dev
$ npm run build
``
Options
TODO
LICENSE
MIT
支持 cssModule
在项目根目录新建.vscode 文件夹,在文件夹中新建 settings.json,并写入如下配置,用于指明使用 typescript.tsdk 的位置以及开启提示,如果 vscode 有提示,记得同意。
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}