# web-dev-note **Repository Path**: extra9705/web-development-notebook ## Basic Information - **Project Name**: web-dev-note - **Description**: 前端开发记录 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2023-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 5个免费GitHub最强前端学习资源 程序员不花一分钱也能变很强 *** `git仓库` * 1.[javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)(基于javascript的算法和数据结构) * 2.[nodebestpractices](https://github.com/goldbergyoni/nodebestpractices)(Node.js最佳实践) * 3.[You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS)(你不知道的js这本书的开源版本) * 4.[clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)(教你如何写出更好可读性的js代码) * 5.[30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code)(开发时常用的简短代码) `vscode阅读模式` * 1.[javascript-algorithms_进入vscode](https://github1s.com/trekhleb/javascript-algorithms)(基于javascript的算法和数据结构) * 2.[nodebestpractices_进入vscode](https://github1s.com/goldbergyoni/nodebestpractices)(Node.js最佳实践) * 3.[You-Dont-Know-JS](https://github1s.com/getify/You-Dont-Know-JS)(你不知道的js这本书的开源版本) * 4.[clean-code-javascript](https://github1s.com/ryanmcdermott/clean-code-javascript)(教你如何写出更好可读性的js代码) * 5.[30-seconds-of-code](https://github1s.com/30-seconds/30-seconds-of-code)(开发时常用的简短代码) // 注:github后面加1s进入类似vscode的样式可以更好的阅读代码 ### vue相关资料 *** `git仓库` * 1.[vue-lazyload](https://github.com/hilongjw/vue-lazyload)(基于vue的图片懒加载) `vscode阅读模式` * 1.[vue-lazyload](https://github1s.com/hilongjw/vue-lazyload)(基于vue的图片懒加载) ### 小程序相关资料 *** `git仓库` * 1.[vant Weapp](https://github.com/youzan/vant-weapp)(轻量、可靠的小程序 UI 组件库) `vscode阅读模式` * 1.[vant Weapp](https://github1s.com/youzan/vant-weapp)(轻量、可靠的小程序 UI 组件库) ### 其他相关资料 *** `git仓库` * 1.[GGEditor](https://github.com/alibaba/GGEditor)(GG-Editor 是基于G6-Editor 进行二次封装的一款可视化操作应用框架)[使用文档](https://www.yuque.com/dezhu/gy57ob/ougpkg)(思维导图文档) * 2.[Intro.js](https://github.com/usablica/intro.js)(网站的提供用户指引)[使用文档](https://www.dowebok.com/35.html) * 3.[freeCodeCamp ](https://learn.freecodecamp.one/)(独立完成 5 个终极项目,可以获得一个免费证书。是的,关卡、项目、证书、服务器 这些都是 100% 免费的。) * 4.[w3cways](https://www.w3cways.com/)(Web前端学习之路) `vscode阅读模式` * 1.[GGEditor](https://github1s.com/alibaba/GGEditor)(GG-Editor 是基于G6-Editor 进行二次封装的一款可视化操作应用框架) ### 知识笔记平台 *** `git仓库` * 1.[语雀](https://www.yuque.com/)(新一代云端知识库个人笔记与知识创作,团队协同与知识沉淀) *** For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). # travel > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ```