/vue-waterfall

vue做移动端商城 (商品列表页需要瀑布流方式排列 数据太多要排序 还有一些配置文件比如数据请求的)

Primary LanguageVueGNU General Public License v3.0GPL-3.0

vue-waterfall

A Vue.js project

Build Setup

# 安装
yarn

# 运行
yarn dev

# 打包生产环境文件
yarn build

# 打包新特性文件
yarn build feature

# 拷贝开发环境配置文件
cp config/dev.env.js.example config/dev.env.js

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