# nuxt-webapp-demo **Repository Path**: chinaframework/nuxt-webapp-demo ## Basic Information - **Project Name**: nuxt-webapp-demo - **Description**: nuxt express vue2 ssr - **Primary Language**: CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxt-express-demo -- 模仿唯品会首页 > Nuxt.js project ## 编辑安装 ``` bash # 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](https://github.com/nuxt/nuxt.js). ## 后端 Backpack We use [backpack](https://github.com/palmerhq/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]( http://7xawfk.com1.z0.glb.clouddn.com/share/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202017-06-29%20%E4%B8%8A%E5%8D%8811.24.53.png "首页") ### 列表部分: ![alt text]( http://7xawfk.com1.z0.glb.clouddn.com/share/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202017-06-29%20%E4%B8%8A%E5%8D%8811.25.18.png "列表") ### 购物车部分: ![alt text]( http://7xawfk.com1.z0.glb.clouddn.com/share/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202017-06-29%20%E4%B8%8A%E5%8D%8811.25.02.png "购物车")