All Projects → chengdujs → Cd It Job

chengdujs / Cd It Job

Licence: mit
针对成都IT小伙伴们的工作(招聘,求职)交流的微信订阅号项目。

Projects that are alternatives of or similar to Cd It Job

Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+25742.65%)
Mutual labels:  weui, vue2
Vue Admin
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 1,135 (+1569.12%)
Mutual labels:  vue2
Mdi Vue
Material design icons for vue.js
Stars: ✭ 53 (-22.06%)
Mutual labels:  vue2
Region Picker
A region picker based on Vue and ElementUI.
Stars: ✭ 59 (-13.24%)
Mutual labels:  vue2
Vue axios spa
基于vue2+axios+vux+vue-router+vuex构建的单页微信端项目
Stars: ✭ 54 (-20.59%)
Mutual labels:  vue2
Stf Vue Select
stf vue select - most flexible and customized select
Stars: ✭ 61 (-10.29%)
Mutual labels:  vue2
Vucc
vue组件库
Stars: ✭ 50 (-26.47%)
Mutual labels:  vue2
Vee Validate
✅ Form Validation for Vue.js
Stars: ✭ 8,820 (+12870.59%)
Mutual labels:  vue2
Vue Cnode
基于vue2 + vue-router + vuet + ES6 + less + flex.css重写vue版cnode社区,使用webpack2打包
Stars: ✭ 1,134 (+1567.65%)
Mutual labels:  vue2
Pretty Vendor
[零食商贩] - 基于vue全家桶 + koa2 + sequelize + mysql 搭建的移动商城应用
Stars: ✭ 57 (-16.18%)
Mutual labels:  vue2
Vue Aplayer
🍰 Easy-to-use music player for Vue 2.x
Stars: ✭ 1,087 (+1498.53%)
Mutual labels:  vue2
Vue2 Web
酷我音乐—vue2、vue-router2、webpack2框架
Stars: ✭ 54 (-20.59%)
Mutual labels:  vue2
Vue Lazyload Images
A plugin of lazy-load images for Vue2.x
Stars: ✭ 61 (-10.29%)
Mutual labels:  vue2
Vuex Flash
VueJs Flash Message Component within Vuex
Stars: ✭ 54 (-20.59%)
Mutual labels:  vue2
Laravel Vue Tasks
📝 Task app built with Laravel 5.5 and Vue 2
Stars: ✭ 66 (-2.94%)
Mutual labels:  vue2
Vue Luck Draw
🎖🎖🎖 一个基于 vue2 / vue3 的【大转盘 / 九宫格】抽奖插件;🎉 A lucky draw plug-in based on vue2 / vue3;🎨 奖品 / 文字 / 图片 / 颜色 / 按钮均可配置,支持同步 / 异步抽奖,🎯 概率前 / 后端可控,自动根据 dpr 调整清晰度适配移动端
Stars: ✭ 1,056 (+1452.94%)
Mutual labels:  vue2
Vue Vscode Snippets
These snippets were built to supercharge my workflow in the most seamless manner possible.
Stars: ✭ 1,083 (+1492.65%)
Mutual labels:  vue2
Vue Music
使用vue2.0构建音乐播放器
Stars: ✭ 60 (-11.76%)
Mutual labels:  vue2
Vue2.0 Taopiaopiao
vue2.0+router+vuex+express 构建淘票票的全栈demo
Stars: ✭ 1,152 (+1594.12%)
Mutual labels:  vue2
Muse Ui
Material Design UI library for Vuejs 2.0
Stars: ✭ 8,302 (+12108.82%)
Mutual labels:  vue2

cd-it-job

针对成都IT小伙伴们的工作机会(招聘,求职)交流的微信订阅号项目。

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run all tests
npm test

开发规范

  1. 统一使用2个空格缩进,文件末尾空出一行。(项目已包含editorconfig配置文件,建议安装编辑器/IDE的editorconfig插件)
  2. 使用常规的 JavaScript 编码规范
  3. 使用ES6编码风格最佳
  4. 请务必提交可运行的代码
  5. 发起PR的时候,请务必注明编写的功能
  6. 如果可以,请编写单元测试代码
  7. Page命名,以大驼峰为准(驼峰,首字母大写,如:HomePage)
  8. Component命名,全小写(中横线分割,如:job-item)

目录说明

build/ -- 构建目录
config/ -- 构建配置目录
docs/ -- 文档目录
src/ -- 源代码目录(重点关注目录)
  assets/ -- 需要打包的资源目录
  common/ -- 公共服务
    ajax.js -- ajax封装
    eventBus.js -- 事件中心封装
    storage.js -- 存储封装(Local, Session, Memory)
  components/ -- 组件目录(此处用于放置公共组件)
  config/ -- 系统配置目录
    config.dev.js -- 开发时的配置
    config.prod.js -- 上线时的配置(保证和开发时具有相同的属性)
  pages/ -- 页面目录,具体的页面
  store/ -- Vuex相关目录
  vw-ui/ -- 组件目录,以后将会拆分到vw-ui项目中,放置对weui的包装组件
  App.vue
  main.js -- 程序入口文件
  router.config.js -- 全局路由配置文件
static/ -- 第三方静态资源目录
test/ -- 测试代码目录
.babelrc -- babel配置文件
.editorconfig  -- 编辑器格式通用配置文件,建议安装EditorConfig插件
index.html  -- 入口HTML文件
...

贡献者

注:排名不分先后

hstarorg hstarorg

mabelyong mabelyong

MrTreasure MrTreasure

jikeytang jikeytang

yelingfeng yelingfeng

zerosrat zerosrat

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].