文件名称:not-so-shitty:不那么糟糕的仪表板
文件大小:91KB
文件格式:ZIP
更新时间:2024-06-25 20:42:06
CSS
没那么烂 建造 # Install npm + bower dependencies and then build npm install # Launch the watcher & livereload npm start # http://localhost:8000 该死的 BDC 是怎么工作的? 去做 如果有问题或奇怪的东西 清除本地存储,重新开始 Nginx 最小配置 # in /nginx/sites-available server { root /var/www/not-so-shitty/www; index index.html; location / { try_files $uri /index.html; } } 注意:如果您遇到路由问题,请检查base(href="/")是否在您的 index.html 中 测试哈哈 # Uni