# nodejs-h5-web **Repository Path**: smart-catering/nodejs-h5-web ## Basic Information - **Project Name**: nodejs-h5-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-06-13 - **Last Updated**: 2021-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-express > Nuxt.js project ## Build Setup ``` 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.). 两个入口 1.预约排队扫码 2.桌台扫码 入口参数 store:门店id table: 扫描桌台首页 /tableIndex?store=1&table=12 选择人数 /select?store=1&table=12 菜单 /menu?store=1&table=12 确认菜单 /confirm?store=1&table=12 扫描预约排队 /selectTable?store=1 取完号排号中 /inNumber?store=1 用餐中 /dinner?store=1 呼叫服务 /callServer?store=1 我的优惠券 /coupons?store=1 我的订单 /orderList?store=1 订单详情 /orderDetails?order=1