Skip to content

baseFramework/nuxt-webapp-demo

Repository files navigation

nuxt-express-demo -- 模仿唯品会首页

Nuxt.js project

编辑安装

# install dependencies
$ npm install # Or yarn install

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

# build for production and launch server
$ npm start

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

后端 Backpack

We use backpack to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).

访问网站

浏览器输入 http://127.0.0.1:3000/ 便可看到页面

首页部分:

alt text

列表部分:

alt text

购物车部分:

alt text