新账户中心前端

wangcz 9a89f04899 perf 设置config 6 years ago
assets af190cfa91 处理验证码图片样式调整 6 years ago
components 54c2f7f213 Merge branch 'dev' into nuxt-updata-wcz 6 years ago
layouts c40eeb8b7c sass登录 6 years ago
middleware b71ca5d6d3 . 6 years ago
pages e69e8afacd 测试nuxt2.0打包 6 years ago
plugins 8c7bf3b0db 修改webpack配置 6 years ago
static 761a5567d3 更新地区 6 years ago
store 171a889a96 处理BUG 6 years ago
utils d3eeb65869 账号中心 7 years ago
.babelrc 9a89f04899 perf 设置config 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 9a89f04899 perf 设置config 6 years ago
package-lock.json 8c7bf3b0db 修改webpack配置 6 years ago
package.json 9a89f04899 perf 设置config 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.