Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 630 Bytes

README.md

File metadata and controls

48 lines (27 loc) · 630 Bytes

mall 简介

移动端Node web项目,全栈项目。

后续持续更新中,,

技术栈

Koa + Nuxt + vue + vue-router + vuex + Vant + axios + ES6 + TS + sass

预览

已完成

服务端ssr渲染;

Rem适配;

待完成

数据库

Build Setup

# install dependencies
$ npm install

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

# build for test and launch server
$ npm run build
$ npm start:test

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

# generate static project
$ npm run generate