File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ node_modules
3
+ /dist
4
+
5
+
6
+ # local env files
7
+ .env.local
8
+ .env. * .local
9
+
10
+ # Log files
11
+ npm-debug.log *
12
+ yarn-debug.log *
13
+ yarn-error.log *
14
+ pnpm-debug.log *
15
+
16
+ # Editor directories and files
17
+ .idea
18
+ .vscode
19
+ * .suo
20
+ * .ntvs *
21
+ * .njsproj
22
+ * .sln
23
+ * .sw ?
Original file line number Diff line number Diff line change
1
+ # Vue 挖矿小游戏
2
+ 本项目基于Vue.js开发, 项目想法来源于[ 广树] ( https://github.com/eeg1412 ) 的[ 维基萌抽卡 - 星星矿场] ( https://github.com/eeg1412/wikimoeCardByNodeJS )
3
+
4
+ # 项目预览
5
+ ![ 预览图] ( https://s1.locimg.com/2024/05/27/6abca0c2cb1d8.png )
6
+
7
+ # 安装依赖
8
+ npm i
9
+
10
+ # 编译项目
11
+ npm build
12
+
13
+ # 运行项目
14
+ npm run serve
15
+
16
+ # 技术栈
17
+ Vue, Vuex, Element-ui
18
+
19
+ # 在线体验
20
+ https://setube.github.io/vue-mining
21
+
22
+ # 版本更新
23
+ - [x] 作弊功能
24
+ - [x] 彩蛋功能
25
+ - [x] 头像自定义
26
+ - [x] 挖矿后得知周围有没有矿石
27
+ - [x] 数据导出 OR 数据导入 OR 数据清空
28
+
29
+ # 碎碎念
30
+ 大佬们如果觉得好玩的话可以给我这个项目点个免费的star吗?拜托拜托这对我真的很重要!~
You can’t perform that action at this time.
0 commit comments