0.3.5 • Published 4 years ago

mintin-react-scripts v0.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

mintin-react-scripts

用于启动 webpack dev server 或 webpack 打包

使用方法

// package.json
{
    "scripts": {
        "dev": "mintin-react-scripts start -t react -m development",
        "prod": "mintin-react-scripts start -t react -m development"
    }
}

需要配合 mintin-create-app 使用

在使用 mintin-create-app 创建项目时,会自动引入该模板