随笔分类 - Vue
摘要:知识点:依赖管理 文档地址:https://webpack.docschina.org/guides/dependency-management/ 项目目录结构: /api/index.js 源码 // require.context 获取 指定目录下匹配文件 const ctx = require
阅读全文
摘要:1、安装 Vue-cli最新版本 npm install @vue/cli -g2、创建vue项目vue create playbill 控制台交互内容: ? Your connection to the default yarn registry seems to be slow. Use htt
阅读全文