Blame view

README.md 1.79 KB
2b0e316ee   Neeraj Sharma   upload mytiple im...
1
  # SchoolManagement
93a68cfa1   Jatinder Singh   first commit
2

93a68cfa1   Jatinder Singh   first commit
3

93a68cfa1   Jatinder Singh   first commit
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
  
  ###
  ### 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
  npm install
  
  # serve with hot reload at localhost:8080
  npm run dev
  
  # build for production with minification
  npm run build
  
  # build for production and view the bundle analyzer report
  npm run build --report
  
  # run unit tests
  npm run unit
  
  # run e2e tests
  npm run e2e
  
  # run all tests
  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/)
  
  ### Donate
  If you find this project useful, you can buy author a glass of juice :tropical_drink:
  
  
  [Paypal Me](https://www.paypal.me/tookit)
  
  [Buy me a coffee](https://www.buymeacoffee.com/tookit)
  
  <a href="https://www.buymeacoffee.com/tookit" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
  
  ## License
  
  [MIT](https://github.com/tookit/vue-material-admin/blob/master/LICENSE)