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
- Host: GitHub
- URL: https://github.com/tookit/material-ui
- Owner: tookit
- License: mit
- Created: 2020-07-01T11:03:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T02:40:57.000Z (over 5 years ago)
- Last Synced: 2025-02-22T23:14:25.016Z (over 1 year ago)
- Language: Vue
- Size: 682 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
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/)