An open API service indexing awesome lists of open source software.

https://github.com/tookit/material-ui

A vue admin client for netpune cms
https://github.com/tookit/material-ui

Last synced: 4 months ago
JSON representation

A vue admin client for netpune cms

Awesome Lists containing this project

README

          

# Material UI
AIzaSyDj1ElYCXSixoOzBSSbRNL4pavQI7g3pTE

## Plan and features
* will create a new template by vue-cli 3.x
* will remove some useless code because of the vuetify framework updates
* may add vue-nuxt support
* may add vuex support and sample code
* will refactor the whole code

## Introduction

## Project Structure
``` bash
├── build
├── config (Webpack)
├── src
│ ├── api
│ ├── components
│ ├── mixins
│ ├── views (or views)
│ ├── router
│ ├── utils
│ ├── 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
```

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

### Reference

* [Vuetifyjs](https://vuetifyjs.com/)
* [Vue](https://vuejs.org/index.html/)
* [ECharts](http://echarts.baidu.com/option.html)
* [SASS](http://sass-lang.com/)