Vue Material Admin
github:https://github.com/wingkong1978/vue-material-admin
创建步骤以及坑:
安装Vue: https://cli.vuejs.org/zh/guide/
安装Vue Material: https://vuematerial.io/getting-started
encountered: Failed to resolve loader: sass-loader,
npm i sass-loader --save
就可以解决;
can't find module '@babel/register'
解决方法: https://babeljs.io/docs/en/babel-register
npm install @babel/core @babel/register --save-dev
Can't find module 'script-ext-html-webpack-plugin'
npm i script-ext-html-webpack-plugin --save
设置NODE_ENV:
windows:
set NODE_ENV='development'