Skip to content

This is the mobile terminal project of public science and technology, mainly using Vue as the technical stack.

Notifications You must be signed in to change notification settings

xiaoyaopai/zrkjyd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

本项目是众人科技移动端线上项目。 ###首先


(请用chrome的手机模式预览)

*本项目地址github地址

项目技术架构


  • vue-cli
  • vue
  • vue-axios
  • vue-router
  • vue-infinite-scroll
  • vue-awesome-swiper
  • stylus
  • webpack
  • es6

###安装


项目地址:(git clone

git clone https://github.com/xiaoyaopai/elm.git

通过npm安装本地服务第三方依赖模块(需要已安装Node.js)

npm install

启动服务(http://localhost:8080)

npm run dev

发布代码

npm run build

安装注意

安装 vue-cli

npm install -g vue-cli

安装 vue-cli eslint

npm install -g eslint

安装依赖 friendly-errors-webpack-plugin

npm install friendly-errors-webpack-plugin --save-dev

###目录结构


├── build              // 构建服务和webpack配置
├── config             // 项目不同环境的配置
├── dist               // 项目build目录
├── index.html         // 项目入口文件
├── package.json       // 项目配置文件
├── src                // 生产目录
│   ├── assets         // 图片资源
│   ├── common          // 公共的css js 资源
│   ├── components     // 各种组件
│   ├── App.vue         // 主页面 
│   └── main.js        // Webpack 预编译入口

###实现的功能


  • 滚动加载
  • 前端路由
  • 图片判断自适应
  • js蜂巢图
  • 图片左右滑动
  • 等等

About

This is the mobile terminal project of public science and technology, mainly using Vue as the technical stack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published