Skip to content

Commit 11942a8

Browse files
committed
feat: update with the new branding
1 parent 89f6e43 commit 11942a8

File tree

7 files changed

+22
-7
lines changed

7 files changed

+22
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![Quasar Framework logo](https://cdn.rawgit.com/quasarframework/quasar-art/863c14bd/dist/svg/quasar-logo-full-inline.svg)
1+
![Quasar Framework logo](https://cdn.quasar.dev/logo-v2/header.png)
22

33
# Quasar Framework: vue-cli-plugin-quasar
44

5-
> :rocket: Start building a Vue app with Quasar Framework in 2 minutes!
5+
> :rocket: Start building a Vue app with Quasar Framework v1 (Vue 2) in 2 minutes!
66
77
> :warning: **For the premium (and recommended) experience with Quasar, including the ability to build Mobile & Electron apps and efortless upgrades to new Quasar versions, you should instead use Quasar CLI**
88
@@ -14,13 +14,13 @@ Please submit a PR to https://github.com/quasarframework/quasar-awesome with you
1414

1515
## Getting started
1616

17-
:warning: Make sure you have vue-cli 3.x.x:
17+
:warning: Make sure you have vue-cli v3/v4:
1818

1919
```
2020
vue --version
2121
```
2222

23-
If you don't have a project created with vue-cli 3.x yet:
23+
If you don't have a project created with vue-cli v3/v4 yet:
2424

2525
```
2626
vue create my-app
61.8 KB
Binary file not shown.
-10.3 KB
Binary file not shown.
Loading

generator/templates/with-router-base/src/views/Home.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<q-page class="flex flex-center">
3-
<img alt="Quasar logo" src="../assets/logo.png">
3+
<img alt="Quasar logo" src="../assets/logo.svg" style="width: 200px; height: 200px;">
44
</q-page>
55
</template>
66

generator/templates/without-router-base/src/components/HelloWorld.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<q-page class="flex flex-center">
3-
<img alt="Quasar logo" src="../assets/logo.png">
3+
<img alt="Quasar logo" src="../assets/logo.svg" style="width: 200px; height: 200px;">
44
</q-page>
55
</template>
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-quasar",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Quasar Framework plugin for Vue CLI v4+",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)