You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ewall 7ffb617367 feat:user-info 5 years ago
mock feat:add cart event 5 years ago
public feat:首页 5 years ago
src feat:user-info 5 years ago
.browserslistrc feat:init version 2.0.0 5 years ago
.editorconfig feat:init version 2.0.0 5 years ago
.env.development feat:init version 2.0.0 5 years ago
.env.production feat:init version 2.0.0 5 years ago
.eslintignore feat:init version 2.0.0 5 years ago
.eslintrc.js feat:init version 2.0.0 5 years ago
.gitignore feat:init version 2.0.0 5 years ago
LICENSE feat:init version 2.0.0 5 years ago
README.md .docs 5 years ago
babel.config.js feat:init version 2.0.0 5 years ago
package.json feat:user-info 5 years ago
postcss.config.js feat:init version 2.0.0 5 years ago
vue.config.js feat:online mock 5 years ago

README.md

手把手教你搭建vue小商城

vue vue-cli vant npm license

介绍

使用vue的技术栈来开发一个商场小项目。
这是一个纯前端的项目,后面可能会用node来写下服务端但是当前项目中的数据都是走的mock并为此维护了一份接口文档。

使用

$ git clone git@github.com:Ewall1106/mall.git
$ npm/yarn install
$ npm run serve

推荐

规划中

  • 使用node完成后端开发
  • 使用kbone兼容到小程序
  • 使用vuepress搭建项目网站及文档说明

License

MIT