Code Monkey home page Code Monkey logo

vueclitest's Introduction

webpackcli

一个 Vue.js 项目

基于vue脚手架搭建的一个购物webapp项目

技术栈:Vue框架+mui框架+Mint UI框架

主页

image

新闻页

2019-04-24_093101

新闻详情页

2019-04-24_093111

评论功能页

2019-04-24_093124

图片展示页

2019-04-24_093137

图片详情页

2019-04-24_093146

图片轮播页

2019-04-24_093154

商品列表

2019-04-24

商品详情

2019-04-24

图文详情

2019-04-24

商品评价

2019-04-24

快速启动

# install dependencies
npm install

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

目录结构介绍

|-webpackcli
  |-.git
  |-build					//webpack打包
  |  |-build.js
  |  |-check-versions.js
  |  |-logo.png
  |  |-utils.js
  |  |-vue-loader.conf.js
  |  |-webpack.base.conf.js
  |  |-webpack.dev.conf.js
  |  |-webpack.prod.conf.js
  |-config					
  |  |-dev.env.js
  |  |-index.js	
  |  |-prod.env.js	
  |-index.html					// 入口html文件	
  |-package.json				// 项目及工具的依赖配置文件
  |-README.md					//项目介绍文档
  |-src							// 源码目录
  |  |-App.vue					// 页面入口文件
  |  |-assets					// 静态资源目录
  |  |  |-1.jpg
  |  |  |-2.jpg
  |  |  |-3.jpg
  |  |  |-images
  |  |  |  |-menu1.png
  |  |  |  |-menu2.png
  |  |  |  |-menu3.png
  |  |  |  |-menu4.png
  |  |  |  |-menu5.png
  |  |  |  |-menu6.png
  |  |  |-logo.png
  |  |  |-mui					//mui框架依赖文件
  |  |  |  |-css
  |  |  |  |  |-icons-extra.css
  |  |  |  |  |-mui.css
  |  |  |  |  |-mui.min.css
  |  |  |  |-fonts
  |  |  |  |  |-mui-icons-extra.ttf
  |  |  |  |  |-mui.ttf
  |  |  |  |-js
  |  |  |  |  |-mui.js
  |  |  |  |  |-mui.min.js
  |  |-components				    //组件
  |  |  |-tabbar
  |  |  |  |-comment.vue		    //评论
  |  |  |  |-HomeContainer.vue		//主页
  |  |  |  |-MemberContainer.vue	
  |  |  |  |-NewsInfoContainer.vue	//新闻详情
  |  |  |  |-NewsListContainer.vue	//新闻列表
  |  |  |  |-SearchContainer.vue
  |  |  |  |-ShopCarContainer.vue
  |  |-main.js					   // 程序入口文件,加载各种公共组件
  |  |-router					   //路由配置文件
  |  |  |-router.js
  |-static

功能

  • 首页

  • 新闻资讯

    • 发表评论
  • 图片分享

    • 图片幻灯片
  • 商品购买

    • 商品详情
    • 加入购物车
    • 图文详情
    • 商品评论

vueclitest's People

Contributors

maintheme-mili avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

huangtingting7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.