react安装 scss
文章目录react安装 scss1、安装react2、安装scssreact安装 scss1、安装reactnpx create-react-app 项目名称cd 项目名称npm start// 启动项目注意第一行的 npx 不是拼写错误 —— 它是 npm 5.2+ 附带的 package 运行工具。或npm install -g create-react-appcreate-react-app
·
react安装 scss
1、安装react
npx create-react-app 项目名称
cd 项目名称
npm start // 启动项目
注意
第一行的
npx不是拼写错误 —— 它是 npm 5.2+ 附带的 package 运行工具。
或
npm install -g create-react-app
create-react-app 项目名称
cd 项目名称
npm start
2、安装scss
npm i node-sass@4.14.1 sass-loader
更多推荐
所有评论(0)