vue实例项目

2年前 (2022) 程序员胖胖胖虎阿
231 0 0

一、安装项目

创建项目

 yarn create vite

选项的选择如下:
vue实例项目

cd router //到项目位置
yarn //安装依赖包
yarn dev 启动项目

安装路由

yarn add vue-router@4

路由官网:https://router.vuejs.org/zh/i...

安装path插件

yarn add -D path

安装类型声明

yarn add -D @types/node

yarn add lodash
yarn add -D @types/lodash

yarn add -D tailwindcss postcss autoprefixer
npx tailwindcss init -p //省城配置文件

mock.js

yarn add mockjs
yarn add vite-plugin-mock -D

版权声明:程序员胖胖胖虎阿 发表于 2022年11月2日 上午4:56。
转载请注明:vue实例项目 | 胖虎的工具箱-编程导航

相关文章

暂无评论

暂无评论...