摘要: 11 阅读全文
posted @ 2023-04-06 20:04 菜彩 阅读(7) 评论(0) 推荐(0)
摘要: 1.创建vue项目 vue create [project-name] 2.安装 vue-router npm install vue-router --save 3.安装axios npm install axios --save 阅读全文
posted @ 2023-04-06 20:04 菜彩 阅读(62) 评论(0) 推荐(0)
摘要: const { defineConfig } = require('@vue/cli-service') //按需引入 // const AutoImport = require(''); const AutoImport = require('unplugin-auto-import/webpac 阅读全文
posted @ 2023-04-06 16:38 菜彩 阅读(524) 评论(0) 推荐(0)