# flexible-pc-full-screen **Repository Path**: isvue/flexible-pc-full-screen ## Basic Information - **Project Name**: flexible-pc-full-screen - **Description**: demo for a flexible pc full screen page, which keep aspect ratio for any screen - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-21 - **Last Updated**: 2022-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flexible-pc-full-screen > demo for a flexible pc full screen page, which keep aspect ratio for any screen Based on [postcss-px-to-rem](https://github.com/QuellingBlade/postcss-px-to-rem) and [lib-flexible-for-dashboard](https://github.com/QuellingBlade/lib-flexible-for-dashboard) introduce:https://www.njleonzhang.com/2018/08/15/flexible-pc-full-screen.html ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ```