Skip to content

使用vue编写的一个购物app,持续更新中

Notifications You must be signed in to change notification settings

dwd555/book-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project

A Vue.js project

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

#本项目是用vue2.0写的购物webapp(纯属个人练习,不用于商务) #book-vue

├─  .gitignore          # 忽略无需git控制的文件  比如 node_modules
├─  package.json        # 项目配置
├─  README.md           # 项目说明
├─  index.html          # 首页
│
│
│
├─build               # webpack 配置文件目录
│
│
├─node_modules          # npm依赖包
│
├─static                  # 开发目录

    │	data		#php文件及数据库,需要在支持php的服务器上跑,并在main.js上更改axios的默认地址
│
└─src                  # 开发目录
    │
    │ main.js           # 启动配置,包含路由
    │ app.vue          # 入口vue
    │
    ├─components       # 组件
    │
    │
    ├─assets              # 静态资源包(各种图片)

技术栈

vue2.0, vue-router2.0, vue-cli, webpack, Es6, vux, mintui, axios

About

使用vue编写的一个购物app,持续更新中

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published