Skip to content

Commit 2890168

Browse files
update readme
1 parent ad930b5 commit 2890168

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Kings Code scaffold
22

3-
`vue add kingscode-scaffold` or `vue create --preset kingscode/vue-cli-preset example-app`
3+
4+
```
5+
vue create my-app
6+
cd my-app
7+
vue add vuetify
8+
vue add kingscode-scaffold
9+
npm run serve
10+
```
11+
12+
Mind that some of the choices you make in the `vue create my-app` and
13+
later in the `vue add vuetify` will be overwritten by vuetify or the kings code scaffold.
14+
15+
for instance the Kings Code scaffold always has fontawesome as icon font.

0 commit comments

Comments
 (0)