Skip to content

Crack-Maker/2020-hackthon-fe

Repository files navigation

2020-hackthon

2020-hackthon-frontend, by zhangze & wangppengyun

2020 南昌大学黑客马拉松 第二组项目 前端仓库

开发

分为 dev 分支和 master 分支,主要开发在 dev 分支,发布测试版本再 merge 到 master 分支

命名规范

组件文件名, 路由, name属性 采用帕斯卡(Pascal)命名法,首字母全大写
CSS class名称为全小写 用短横线 "-" 连接

演示地址

island.hellosun.net.cn

Build Setup

# install dependencies
npm install

# 运行测试版本 http://localhost:8080
npm run dev

# 运行线上版本 http://localhost:8080
npm run prod

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

迭代计划

  • 类似QQ的升级版Drawer
  • 实时聊天
  • 下滑显示信息页

About

2020-hackthon-frontend, by zhangze & wangppengyun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages