# javascript test **Repository Path**: windgroup/javascript-test ## Basic Information - **Project Name**: javascript test - **Description**: Use vs code run and debug java script. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2022-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # javascript test #### 介绍 Use vs code run and debug java script. #### 环境 1. install software: vs code 2. install plug-in: * Debug for Chrome, * Browser Previews * Code Runner, * HTML CSS Support, * Live Server, ### git 的基本操作 1. 初始化: `git init` 2. 定向到你的仓库代码: `git remote add origin https://gitee.com/windgroup/javascript-test` 3. 上传并添加评论: `git add .` `git commit -m "add new."` `git push origin master` 4. 拉取最新代码 `git pull origin master`