新账户中心前端

wangcz c95a37f03e perf: 处理发布失败 6 years ago
assets af190cfa91 处理验证码图片样式调整 6 years ago
components 86418a5f98 perf: 处理邮箱验证规则 6 years ago
layouts c40eeb8b7c sass登录 6 years ago
middleware b71ca5d6d3 . 6 years ago
pages 1664384b16 perf: 成员列表操作后出现的页码错误问题 6 years ago
plugins c95a37f03e perf: 处理发布失败 6 years ago
static 761a5567d3 更新地区 6 years ago
store 171a889a96 处理BUG 6 years ago
utils d3eeb65869 账号中心 7 years ago
.babelrc 9d4aebdb9b perf: 合并代码 6 years ago
.editorconfig d3eeb65869 账号中心 7 years ago
.eslintrc.js 8e4d6b5485 处理BUG 6 years ago
.gitignore d3eeb65869 账号中心 7 years ago
Dockerfile f1f4bd4178 sass登录 6 years ago
README.md d3eeb65869 账号中心 7 years ago
app.html 06301df7dc 处理css样式加载慢的问题 6 years ago
nuxt.config.js 61e93804e4 perf: 处理发布失败 6 years ago
package-lock.json 8c7bf3b0db 修改webpack配置 6 years ago
package.json 9d4aebdb9b perf: 合并代码 6 years ago
post.sh d3eeb65869 账号中心 7 years ago
run.sh d3eeb65869 账号中心 7 years ago
server.js 9a89f04899 perf 设置config 6 years ago
yarn.lock 9a89f04899 perf 设置config 6 years ago

README.md

mall-web-ssr

mall web project

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.