ADOU-V

导航

04 2021 档案

react 项目搭建
摘要:一、创建项目 1、创建 js 模板: npx create-react-app my-app 2、创建 ts 模板: npx create-react-app my-app --template typescript 二、使用 sass、scss 1、安装:sass-loader、node-sass 阅读全文

posted @ 2021-04-27 16:50 a-dou 阅读(128) 评论(0) 推荐(0)