# hotel **Repository Path**: caofuying/hotel ## Basic Information - **Project Name**: hotel - **Description**: 基于Vue的酒店客房管理App - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2019-04-01 - **Last Updated**: 2022-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myhotel 本代码为酒店管理系统客户端的前端代码 ## 配置环境 * [node.js](http://nodejs.cn/) * [Visual Studio Code](https://code.visualstudio.com/) * [Android SDK](https://www.androiddevtools.cn/) ## Framework7 CLI Options Framework7 app created with following options: ``` { "type": [ "cordova" ], "name": "myhotel", "framework": "vue", "template": "single-view", "bundler": "webpack", "cssPreProcessor": false, "customColor": true, "pkg": "top.caofuying.hotel", "platform": [ "android" ], "color": "a901c9", "cwd": "E:\\myproject" } ``` ## NPM Scripts * `npm start` - run development server * `npm run build-prod` - build web app for production * `npm run build-cordova-prod` - build cordova's `www` folder from and build cordova app ## Cordova Cordova project located in `cordova` folder. You shouldn't modify content of `cordova/www` folder. Its content will be correctly generated when you call `npm run cordova-build-prod`. ## Assets Assets (icons, splash screens) source images located in `assets-src` folder. To generate your own icons and splash screen images, you will need to replace all assets in this directory with your own images (pay attention to image size and format), and run the following command in the project directory: ``` framework7 generate-assets ``` Or launch UI where you will be able to change icons and splash screens: ``` framework7 generate-assets --ui ``` ## Documentation & Resources * [Framework7 Core Documentation](https://framework7.io/docs/) * [Framework7 Vue Documentation](https://framework7.io/vue/) * [Framework7 Icons Reference](https://framework7.io/icons/) * [Community Forum](https://forum.framework7.io) ## Support Framework7 Love Framework7? Support project by donating or pledging on patreon: https://patreon.com/vladimirkharlampidi ## remark 本代码仅为前端代码,需要后端代码请私聊。