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.
1.8 KiB
1.8 KiB
手把手教你搭建vue小商城
介绍
使用vue
的技术栈来开发一个商场小项目。
这是一个纯前端的项目,后面可能会用node
来写下服务端,但是当前项目中的数据都是走的mock,并为此维护了一份接口文档。
使用
$ git clone git@github.com:Ewall1106/mall.git
$ npm/yarn install
$ npm run serve
推荐
规划中
- 使用node完成后端开发
- 使用kbone兼容到小程序
- 使用vuepress搭建项目网站及文档说明