move to quasarcli all working except tests

This commit is contained in:
wh1te909
2020-06-04 23:46:30 +00:00
parent 15db6085bc
commit 4fe2d280e3
38 changed files with 5577 additions and 2371 deletions

1
src/css/app.styl Normal file
View File

@@ -0,0 +1 @@
// app global css in Stylus form

View File

@@ -0,0 +1,24 @@
// Quasar Stylus Variables
// --------------------------------------------------
// To customize the look and feel of this app, you can override
// the Stylus variables found in Quasar's source Stylus files.
// Check documentation for full list of Quasar variables
// Your own variables (that are declared here) and Quasar's own
// ones will be available out of the box in your .vue/.styl files
// It's highly recommended to change the default colors
// to match your app's branding.
// Tip: Use the "Theme Builder" on Quasar's documentation website.
$primary = #1976D2
$secondary = #26A69A
$accent = #9C27B0
$dark = #1D1D1D
$positive = #21BA45
$negative = #C10015
$info = #31CCEC
$warning = #F2C037