Git Product home page Git Product logo

webapp's Introduction

webapp

移动端H5积分商城项目

vue
vue-ruoter
vue-resource
webpack

说明

  因该例子是以公司项目开发的,所以仅提供学习参考,请勿作为商业用途。
  望谅解。
  如有疑问:QQ:1085231006

示例

运行

npm install or cnpm install [前提安装了淘宝源](http://npm.taobao.org/)
如遇到node-sass 安装失败或者编译失败提示node-sass 
重新安装 cnpm install [email protected]
[email protected] 跟packag.json 里面是相同的版本
npm run dev   ----- localhost:8080  
npm run ip    ----- 本机ip:9000
npm run build ----- 打包项目

目录结构

│  .gitattributes
│  .gitignore               # 忽略无需git控制的文件  比如 node_modules
│  favicon.ico
│  index.html               # 首页
│  index.tpl                # 首页模板
│  package.json             # 项目配置
│  README.md                # 项目说明
│  webpack.config.js        # webpack 配置文件
│ 
├─dist                      #上线文件 
│  
├─src                       
│  │  app.js                # 启动配置,配置路由,过滤器
│  │  App.vue               # 主vue
│  │  routers.js            # 路由
│  │  
│  ├─assets                 # 静态文件
│  │  ├─css
│  │  ├─images
│  │  └─scss
│  │          
│  ├─components             # 组件
│  ├─view                   # 样式 
│  └─views                  # 页面
│           
└─test                      # 测试
        

webapp's People

Watchers

Zii avatar

Forkers

diamond0cat

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.