1. 首页
  2. 数据库
  3. 其它
  4. vue预习—开发环境准备

vue预习—开发环境准备

上传者: 2021-01-16 21:18:05上传 PDF文件 33.24KB 热度 29次
Visual Studio Code安装及使用 下载地址 官网: https://code.visualstudio.com/ 使用指南 代码提示 创建hello.js,体验vscode代码提示功能 const hello = 'hello'; console.log(hello); 调试 默认支持node调试,F5启动调试 若要支持网页调试,需安装Debugger for Chrome,如下是基本配置方式 { linkid=830387 version: 0.2.0, configurations: [ { name:
下载地址
用户评论