这个分叉整合了mint-ui的完整例子,而且改写了所有的css,不再使用postcss的at-rule语法,不再使用cooking打包,而是使用标准的babel写法,方便大家整合到自己的项目去。
一直疑惑,有必要搞太多复杂的二次编译开发前段项目吗?类似postcss这种好难搞的。 如果你需要postcss的版本,参照这个分支 https://github.com/baryon/mint-ui-starter/tree/postcss
A starter kit for Mint UI generated by vue-cli
- Clone or download this repository
- Enter your local directory, and install dependencies:
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build