Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Commit 63072fb

Browse files
committed
feat: Updated doc for v0.5
1 parent 1ed843f commit 63072fb

File tree

281 files changed

+21
-10887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+21
-10887
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ db.json
44
*.log
55
node_modules/
66
public/
7-
.deploy*/
7+
.deploy*/
8+
assets/quasar-play

assets/stylus-variables.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#!/bin/bash
22

33
hexo clean
4-
#cd ./demo-app; quasar clean; quasar build -p; cd ..
5-
#gulp variables
4+
rm -rf assets/quasar-play
5+
mkdir -p assets/quasar-play
6+
mkdir -p assets/quasar-play/android
7+
mkdir -p assets/quasar-play/apple
8+
cd /work/quasar-play; quasar clean; quasar build mat; cp -R dist/* /work/quasar-site/assets/quasar-play/android/
9+
quasar clean; quasar build ios; cp -R dist/* /work/quasar-site/assets/quasar-play/apple/; cd /work/quasar-site
10+
gulp variables
611
hexo generate
712
gulp

demo-app/.eslintrc

Lines changed: 0 additions & 27 deletions
This file was deleted.

demo-app/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

demo-app/.stylintrc

Lines changed: 0 additions & 35 deletions
This file was deleted.

demo-app/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

demo-app/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

demo-app/quasar.build.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

demo-app/src/android.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

demo-app/src/apple.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

demo-app/src/assets/boy-avatar.png

-278 KB
Binary file not shown.

demo-app/src/assets/favicon.ico

-6.04 KB
Binary file not shown.

demo-app/src/assets/guy-avatar.png

-18.9 KB
Binary file not shown.
-22.3 KB
Binary file not shown.

demo-app/src/assets/linux-avatar.png

-27.1 KB
Binary file not shown.

demo-app/src/assets/map.png

-146 KB
Binary file not shown.

demo-app/src/assets/mountains.jpg

-155 KB
Binary file not shown.

demo-app/src/assets/parallax1.jpg

-200 KB
Binary file not shown.

demo-app/src/assets/parallax2.jpg

-149 KB
Binary file not shown.

demo-app/src/assets/quasar.jpg

-103 KB
Binary file not shown.

demo-app/src/css/app.ios.styl

Lines changed: 0 additions & 5 deletions
This file was deleted.

demo-app/src/css/app.mat.styl

Lines changed: 0 additions & 5 deletions
This file was deleted.

demo-app/src/css/common/app.style.styl

Lines changed: 0 additions & 4 deletions
This file was deleted.

demo-app/src/css/common/app.theme.styl

Lines changed: 0 additions & 5 deletions
This file was deleted.

demo-app/src/desktop.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

demo-app/src/index.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

demo-app/src/layouts/default/layout.default.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

demo-app/src/layouts/default/layout.default.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

demo-app/src/layouts/default/layout.default.yml

Whitespace-only changes.

demo-app/src/layouts/grid-layout/layout.grid-layout.html

Lines changed: 0 additions & 52 deletions
This file was deleted.

demo-app/src/layouts/grid-layout/layout.grid-layout.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

demo-app/src/layouts/grid-layout/layout.grid-layout.yml

Whitespace-only changes.

demo-app/src/layouts/layout-example/layout.layout-example.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)