Git Product home page Git Product logo

vue-shopping's Introduction

蘑菇街移动端Vue-SPA(纯属个人玩法,不用于商务)

vue-shopping

========

安装:

npm install

运行:

npm run dev

发布:

npm run build

地址:

http://localhost:8888

目录结构

├─  .gitignore          # 忽略无需git控制的文件  比如 node_modules
├─  package.json        # 项目配置
├─  README.md           # 项目说明
├─  index.html          # 首页
├─  config.js           # 本地调试文件
│
│
│
├─n-build               # webpack 配置文件目录
│
│
├─node_modules          # npm依赖包
│
│
│
└─src                  # 开发目录
    │
    │ app.js           # 启动配置
    │ app.vue          # 入口vue
    │ routers.js       # 路由
    │
    ├─components       # 组件
    │
    │
    ├─assets              # 静态资源包
    │
    │     styles          # css资源文件
    │     images          # 图片资源文件
    │     scripts         # JS资源文件
    │     font            # 字体资源文件
    │
    └─views            # 页面
            home.vue   # 首页
            404.vue    # 404页面

技术栈

vuejs, vue-router, vue-cli, webpack, Es6,

##感谢

感谢蘑菇街 感谢尤大,感谢Vuejs

vue-shopping's People

Contributors

andylei18 avatar hilongjw avatar lixiaoyuking avatar

Watchers

James Cloos avatar athiwatp avatar

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.