Skip to content

andylei18/vue-shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

蘑菇街移动端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