Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Micahel Wang committed May 22, 2018
1 parent 177d82a commit a2b6670
Show file tree
Hide file tree
Showing 33 changed files with 40 additions and 2,554 deletions.
43 changes: 40 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
# vue-md
# Vue Material Admin

> A Vue.js project
### Introduction
Vue Material Admin Template is a [Vue](https://vuejs.org/index.html/) Based Material Design Admin Template.
And use [Vuetifyjs](https://vuetifyjs.com/) as base framework.
Vuetify is Awesome.

## Build Setup
### Project Structure
```bash
├── build
├── config (Webpack)
├── src
│ ├── api
│ ├── components
│ ├── mixins
│ ├── pages (or views)
│ ├── router
│ ├── util
│ ├── theme
│ │ ├── default.styl
│ └── App.vue
│ └── event.js
│ └── main.js
├── dist
├── release
├── static (or asset)
├── mock (or script to build mock data)
├── node_modules
├── test
├── README.md
├── package.json
├── index.html
└── .gitignore

### Build Setup

``` bash
# install dependencies
Expand All @@ -28,3 +58,10 @@ npm test
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

### Reference

* [Vuetifyjs](https://vuetifyjs.com/)
* [Vue](https://vuejs.org/index.html/)
* [ECharts](http://echarts.baidu.com/option.html)
* [Stylus](http://stylus-lang.com/)
5 changes: 0 additions & 5 deletions document/docs/components.md

This file was deleted.

Binary file removed document/docs/images/m.png
Binary file not shown.
76 changes: 0 additions & 76 deletions document/docs/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions document/docs/not_found.md

This file was deleted.

1 change: 0 additions & 1 deletion document/index.html

This file was deleted.

49 changes: 0 additions & 49 deletions document/mkdocs.yml

This file was deleted.

3 changes: 0 additions & 3 deletions document/requirements.txt

This file was deleted.

173 changes: 0 additions & 173 deletions document/site/404.html

This file was deleted.

Loading

0 comments on commit a2b6670

Please sign in to comment.