添加 mdl 和 router 资源、页面 router 化

This commit is contained in:
2021-05-22 14:09:31 +08:00
parent c9b7d598b2
commit cd7ea609f6
10 changed files with 3771 additions and 37 deletions

29
web/mdl/bower.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "material-design-lite",
"version": "1.3.0",
"homepage": "https://github.com/google/material-design-lite",
"authors": [
"Material Design Lite team"
],
"description": "Material Design Components in CSS, JS and HTML",
"main": [
"material.min.css",
"material.min.js"
],
"keywords": [
"material",
"design",
"styleguide",
"style",
"guide"
],
"license": "Apache-2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"./lib/.bower_components",
"test",
"tests"
]
}