Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Learning Resources | 5,001 | 2 months ago | 5 | mit | ||||||
🔥 Awesome list of resources on Web Development. | ||||||||||
Faqguru | 4,854 | 8 months ago | 20 | mit | ||||||
:school_satchel: :rocket: :tada: A list of interview questions. This repository is everything you need to prepare for your technical interview. | ||||||||||
Front End Tutorial | 1,639 | 3 years ago | n,ull | PHP | ||||||
:panda_face: 最全的资源教程-前端涉及的所有知识体系,并在 Nice Front-end Tutorial 持续更新; | ||||||||||
Front End Articles | 1,298 | 2 months ago | 26 | mit | JavaScript | |||||
分享我的编程经验和学习心得,订阅请点 watch。 | ||||||||||
Springboot Project | 861 | 4 years ago | 8 | Java | ||||||
这是一个用SpringBoot+JPA打造的基于微信服务号平台的点餐系统的后端,前端是一个使用Vue.js构建的运行于微信公众号的WebApp。前后端完全分离,前后端之间通过RESTful风格的接口相连。 | ||||||||||
Nice Front End Tutorial | 804 | 2 years ago | 4 | mit | ||||||
🌍 Constantly updated front-end resources, tutorials, opinions(与时俱进版前端资源,教程和意见。) | ||||||||||
React Article Bucket | 711 | 5 years ago | 2 | |||||||
总结,积累,分享,传播JavaScript各模块核心知识点文章全集,欢迎star,issue(勿fork,内容可能随时修改)。webpack核心内容部分请查看专栏: https://github.com/liangklfangl/webpack-core-usage | ||||||||||
Sturdy | 483 | 9 months ago | 13 | May 03, 2022 | 4 | other | Go | |||
🐥 Sturdy is an open-source, real-time, version control platform for startups (https://getsturdy.com) | ||||||||||
Studynotes | 463 | 2 years ago | 2 | apache-2.0 | ||||||
📚JAVA、Spring、SpringMVC、SpringBoot、Mybatis、Vue、MySQL、MongoDB、Radis、Docker、Nginx、......笔记 | ||||||||||
Naming Convention Guides | 398 | 2 months ago | 21 | apache-2.0 | HTML | |||||
📖 Collection of naming guides for writing more consistent and readable codes |
仿韩寒「ONE · 一个」,基于vue2.0+混合式开发的一款跨终端、高性能、用户体验高的移动端App,使用服务端数据接口 one-api 进行开发。
[email protected]
还不知道 yarn
? 查看中文文档
.
├── assets
├── media
├── node_modules
├── src
│ ├── api # 数据接口
│ ├── mixins # Mixins
│ ├── models
│ ├── pages # 页面
│ ├── store
│ │ ├── modules # 模块
│ │ ├── actions.js # 全局 actions
│ │ ├── getters.js # 全局 getters
│ │ ├── index.js # 入口文件
│ │ └── mutation-types.js # 类型
│ │
│ ├── utils # 工具文件夹
│ ├── app.css # 组件样式
│ ├── app.js # 入口文件
│ ├── api.vue # 根组件
│ └── routes.js # 路由配置文件
│
├── build.js # 编译后的文件
├── index.html
├── mainifest.json # app配置文件,需要配合 HBuilder 开发工具使用
├── package.json
├── webpack.config.js
└── yarn.lock
yarn
。这是因为项目模块依赖是用它来管理的,有关 npm
vs yarn
请自行百度。
# step1: 安装 yarn
npm i yarn -g
# step2: 安装成功后查看 yarn 版本
yarn -V
git clone [email protected]:gongph/one-vue.git
yarn install
npm run dev
注意: 建议谷歌浏览器调试,调试时请使用手机调试模式查看,快捷键(Ctrl+Shift+M)。
MIT License
Copyright (c) 2017 gongph