Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njleonzhang/flexible-pc-full-screen
demo for a flexible pc full screen page, which keep aspect ratio for any screen
https://github.com/njleonzhang/flexible-pc-full-screen
dashboard flexible
Last synced: 7 days ago
JSON representation
demo for a flexible pc full screen page, which keep aspect ratio for any screen
- Host: GitHub
- URL: https://github.com/njleonzhang/flexible-pc-full-screen
- Owner: njleonzhang
- Created: 2018-08-14T01:59:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T11:02:36.000Z (about 5 years ago)
- Last Synced: 2024-04-15T04:38:09.919Z (7 months ago)
- Topics: dashboard, flexible
- Language: Vue
- Homepage: http://www.njleonzhang.com/flexible-pc-full-screen/
- Size: 1.41 MB
- Stars: 90
- Watchers: 3
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flexible-pc-full-screen
> demo for a flexible pc full screen page, which keep aspect ratio for any screenBased 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
```