File tree Expand file tree Collapse file tree 1 file changed +41
-1
lines changed
Expand file tree Collapse file tree 1 file changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,44 @@ npm run serve
1212Mind that some of the choices you make in the ` vue create my-app ` and
1313later in the ` vue add vuetify ` will be overwritten by vuetify or the kings code scaffold.
1414
15- for instance the Kings Code scaffold always has fontawesome as icon font.
15+
16+ ## Configuration
17+
18+ ```
19+ Notice: it does not matter which choice you make with options that are not documented.
20+ ```
21+
22+ ### Vue:
23+ We'd recommend you to choose
24+ - babel
25+ - pwa
26+ - router
27+ - vuex
28+ - css pre-processors
29+
30+ And then:
31+
32+ - history mode
33+ - dart sass (very important, vuetify wont work without it)
34+
35+ The rest doesn't matter.
36+
37+ ### Vuetify
38+ Configure:
39+ - Pre made templates will be overwritten, so keep it default
40+ - Custom properties
41+ - Font awesome 5 (this will be overwritten with font awesome pro)
42+ - Use a-la-carte components
43+ - Locale will be overwritten to dutch as default
44+
45+ ### Kingscode scaffold
46+ This is our own scaffold, which you can use with our laravel API you can answer the questions
47+ as you like in this plugins. The most important choices are:
48+
49+ - Do you want to use a crud system?
50+ - This installs our vuetify resource and creates an implementation for this so the vuetify
51+ resource works with the connected laravel API
52+ - a example user resource
53+ - Do you want to use authorisation?
54+ - This creates a login, password forgotten and invitation page
55+ - You'll get follow up questions about the Oauth settings from the API
You can’t perform that action at this time.
0 commit comments