-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,56 @@ | ||
<!DOCTYPE html><html><head><meta charset=utf-8><title>VueCircleMenu</title><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=0"><link rel=stylesheet href=https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css><link href=http://cdn.bootcss.com/animate.css/3.5.2/animate.min.css rel=stylesheet><link href=demo/css/app.3c7bdcc11f5285802ef0bd4be7510fd7.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=demo/js/manifest.5fa1f954a7084cef23b5.js></script><script type=text/javascript src=demo/js/vendor.2f0ef998185109a51f93.js></script><script type=text/javascript src=demo/js/app.1861097ef58c2fb90a13.js></script></body></html> | ||
<!-- | ||
´´´´´████████´´´´ | ||
´´`´███▒▒▒▒███´´´´´ | ||
´´´███▒●▒▒●▒██´´´ | ||
´´´███▒▒▒▒▒▒██´´´´´ | ||
´´´███▒▒▒▒██´ 技术栈: | ||
´´██████▒▒███´´´´´ 语言: ES6-babel | ||
´██████▒▒▒▒███´´ 框架: vue+vue-rouer+vuex | ||
██████▒▒▒▒▒▒███´´´´ 构建工具: webpack | ||
´´▓▓▓▓▓▓▓▓▓▓▓▓▓▒´´ 版本控制: git-github | ||
´´▒▒▒▒▓▓▓▓▓▓▓▓▓▒´´´´´ css预处理: less | ||
´.▒▒▒´´▓▓▓▓▓▓▓▓▒´´´´´ 代码风格:eslint-standard | ||
´.▒▒´´´´▓▓▓▓▓▓▓▒ 单元测试: Mocha | ||
..▒▒.´´´´▓▓▓▓▓▓▓▒ 编辑器: vscode | ||
´▒▒▒▒▒▒▒▒▒▒▒▒ 数据库: MongoDB (了解) | ||
´´´´´´´´´███████´´´´ 服务器端脚本: nodejs (了解) | ||
´´´´´´´´████████´´´´´´ | ||
´´´´´´´█████████´´´´´ | ||
´´´´´´██████████´´´ 大部分人都在关注你飞的高不高,却没人在乎你飞的累不累,这就是现实! | ||
´´´´´´██████████´´ 我从不相信梦想,我,只,相,信,自,己! | ||
´´´´´´´█████████´ | ||
´´´´´´´█████████´ | ||
´´´´´´´´████████´´´ | ||
________▒▒▒▒▒ | ||
_________▒▒▒▒ | ||
_________▒▒▒▒ | ||
________▒▒_▒▒ | ||
_______▒▒__▒▒ | ||
_____ ▒▒___▒▒ | ||
_____▒▒___▒▒ | ||
____▒▒____▒▒ | ||
___▒▒_____▒▒ | ||
███____ ▒▒ | ||
████____███ | ||
█ _███_ _█_███ | ||
——————————————————————————女神保佑,代码无bug—————————————————————— | ||
--> | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset=utf-8> | ||
<title>VueCircleMenu</title> | ||
<meta name=viewport content="width=device-width,initial-scale=1,user-scalable=0"> | ||
<link rel=stylesheet href=https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css> | ||
<link href=http://cdn.bootcss.com/animate.css/3.5.2/animate.min.css rel=stylesheet> | ||
<link href=demo/css/app.3c7bdcc11f5285802ef0bd4be7510fd7.css rel=stylesheet> | ||
</head> | ||
<body> | ||
<div id=app></div> | ||
<script type=text/javascript src=demo/js/manifest.5fa1f954a7084cef23b5.js></script> | ||
<script type=text/javascript src=demo/js/vendor.2f0ef998185109a51f93.js></script> | ||
<script type=text/javascript src=demo/js/app.1861097ef58c2fb90a13.js></script> | ||
</body> | ||
|
||
</html> |