You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/style.md
+9-54Lines changed: 9 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,10 @@
1
-
Myfirebase ships with the [vue-material](http://vuematerial.io) to build well-crafted apps with Material Design and Vue 2, that makes working with material-design and JavaScript a joy.
2
-
3
-
By default, vue-material is already integrated into this project, you can specify your favorite theme color in `/src/main.js`
4
-
5
-
```javascript
6
-
...
7
-
8
-
// Default
9
-
Vue.material.registerTheme('default', {
10
-
primary:'blue',
11
-
accent:'red',
12
-
warn:'orange',
13
-
background:'white'
14
-
})
15
-
16
-
// Login
17
-
Vue.material.registerTheme('login', {
18
-
primary:'indigo',
19
-
accent:'blue',
20
-
warn:'black',
21
-
background:'white'
22
-
})
23
-
24
-
...
25
-
```
1
+
Myfirebase ships with the [Vuetify](https://vuetifyjs.com) to build well-crafted apps with Material Design and Vue 2, that makes working with material-design and JavaScript a joy.
26
2
27
3
#### Define global styles
28
4
29
-
As you may know, Myfrebase has a default SASS/SCSS file located in `/src/assets/sass/app.scss`, this file contains all vue-material SASS dependencies, you're free to choose whatever you want to work with, this file is compiled down via webpack automatically and injected into `index.html` while running `npm run build` or `npm run dev`.
5
+
As you may know, Myfrebase has a default SASS/SCSS file located in `/src/assets/sass/app.scss`, this file contains all **Vuetify** SASS dependencies, you're free to choose whatever you want to work with, this file is compiled down via webpack automatically and injected into `index.html` while running `npm run build` or `npm run dev`.
0 commit comments