winadmin
Win10风格前端模板(已停更)
File Explorer
Download Latest Version (.zip)- bg_01.jpg
- bg_02.jpg
- bg_03.jpg
- bg_04.jpg
- bg_05.jpg
- logo_100.png
- os_windows.png
- qq_32.png
- qzone_32.png
- sexy_girl.jpg
- weibo_32.png
- echartsdemo.js
- echartsdemo.min.js
- index.js
- index.min.js
- menulist.js
- menulist.min.js
- rolelist.js
- rolelist.min.js
- allmenu.json
- desktopmenu.json
- menulist.json
- resfailed.json
- resok.json
- rolelist.json
- animate.min.css
- echarts.js
- echartsTheme.js
- font-awesome.css
- font-awesome.min.css
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- FontAwesome.otf
- animated.less
- bordered-pulled.less
- core.less
- fixed-width.less
- font-awesome.less
- icons.less
- larger.less
- list.less
- mixins.less
- path.less
- rotated-flipped.less
- screen-reader.less
- stacked.less
- variables.less
- _animated.scss
- _bordered-pulled.scss
- _core.scss
- _fixed-width.scss
- _icons.scss
- _larger.scss
- _list.scss
- _mixins.scss
- _path.scss
- _rotated-flipped.scss
- _screen-reader.scss
- _stacked.scss
- _variables.scss
- font-awesome.scss
- HELP-US-OUT.txt
- font.css
- laydate.css
- icon-ext.png
- icon.png
- layer.css
- loading-0.gif
- loading-1.gif
- loading-2.gif
- code.css
- layui.css
- layui.mobile.css
- iconfont.eot
- iconfont.svg
- iconfont.ttf
- iconfont.woff
- 0.gif
- 1.gif
- 10.gif
- 11.gif
- 12.gif
- 13.gif
- 14.gif
- 15.gif
- 16.gif
- 17.gif
- 18.gif
- 19.gif
- 2.gif
- 20.gif
- 21.gif
- 22.gif
- 23.gif
- 24.gif
- 25.gif
- 26.gif
- 27.gif
- 28.gif
- 29.gif
- 3.gif
- 30.gif
- 31.gif
- 32.gif
- 33.gif
- 34.gif
- 35.gif
- 36.gif
- 37.gif
- 38.gif
- 39.gif
- 4.gif
- 40.gif
- 41.gif
- 42.gif
- 43.gif
- 44.gif
- 45.gif
- 46.gif
- 47.gif
- 48.gif
- 49.gif
- 5.gif
- 50.gif
- 51.gif
- 52.gif
- 53.gif
- 54.gif
- 55.gif
- 56.gif
- 57.gif
- 58.gif
- 59.gif
- 6.gif
- 60.gif
- 61.gif
- 62.gif
- 63.gif
- 64.gif
- 65.gif
- 66.gif
- 67.gif
- 68.gif
- 69.gif
- 7.gif
- 70.gif
- 71.gif
- 8.gif
- 9.gif
- layer-mobile.js
- layim-mobile-open.js
- upload-mobile.js
- zepto.js
- carousel.js
- code.js
- element.js
- flow.js
- form.js
- jquery.js
- laydate.js
- layedit.js
- layer.js
- laypage.js
- laytpl.js
- mobile.js
- table.js
- tree.js
- upload.js
- util.js
- all-mobile.js
- all.js
- layui.js
- 236.mp3
- 236.wav
- 5885.mp3
- 5885.wav
- helper.css
- lockscreen.css
- theme.css
- winui.css
- settings.html
- theme.html
- lockscreen.html
- window_ico.png
- theme.js
- theme.min.js
- winui.desktop.js
- winui.desktop.min.js
- winui.helper.js
- winui.helper.min.js
- winui.start.js
- winui.start.min.js
- winui.window.js
- winui.window.min.js
- allmenu.json
- desktopmenu.json
- winui.js
- winui.min.js
- introduce.html
- demo.html
- 404.html
- 500.html
- add.html
- edit.html
- list.html
- list_iframe.html
- setting.html
- edit.html
- list.html
- index.html
- .gitignore
- Dockerfile
- LICENSE
- package.json
- README.md
- src里面的内容复制到你的网站根目录即可.txt
# Installation Guide
1. Get the code
git clone https://github.com/Leo0216/winadmin
Downloads the entire project code from GitHub to your computer.
cd winadmin
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t winadmin .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 winadmin
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
