Skip to content

Commit

Permalink
+) 初始化文件管理器项目
Browse files Browse the repository at this point in the history
  • Loading branch information
HuoQiLei committed Nov 6, 2019
1 parent 6423773 commit 7aab61b
Show file tree
Hide file tree
Showing 14 changed files with 12,482 additions and 16 deletions.
33 changes: 18 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
.DS_Store
node_modules
/dist

# Other files and folders
.settings/
# local env files
.env.local
.env.*.local

# Executables
*.swf
*.air
*.ipa
*.apk
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# wl-explorer
一个基于Vue和ElementUi的文件管理器插件,类网盘

## 简介

一个基于Vue和ElementUi的文件管理器插件,提供类似某云盘的功能。

## 演示效果
![image](./src/assets/explorer-demo.gif)

<video src="./src/assets/explorer-demo.mp4" controls="controls" width="500" height="300">您的浏览器不支持播放该视频!</video>

## 待续

14 changes: 14 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
"presets": [
"@vue/cli-plugin-babel/preset"
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}
Loading

0 comments on commit 7aab61b

Please sign in to comment.