All Projects → quasarframeworkbrasil → skeleton-quasar

quasarframeworkbrasil / skeleton-quasar

Licence: MIT license
Exemplo simples de skeleton para o Quasar Framework

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to skeleton-quasar

Sunengine
SunEngine – site engine with blog, forum and articles sections features support.
Stars: ✭ 130 (+225%)
Mutual labels:  spa, quasar-framework
example-frontend
Example Quasar v2 app to be used with Laravel 8 projects
Stars: ✭ 24 (-40%)
Mutual labels:  spa, quasar-framework
Icongenie
CLI tool to generate all the icons and splashscreens for your Quasar Apps
Stars: ✭ 174 (+335%)
Mutual labels:  spa, quasar-framework
Laqul
A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.
Stars: ✭ 110 (+175%)
Mutual labels:  spa, quasar-framework
quasar-typescript-admin-template
💫 💫 [use Class API Not use composion or option API]template for Vue2 or Vue3 admin with quasar and use Tyepscript (master branch ->Vue2, v3-admin branch ->Vue3) 🌝 🌝 support pwa,electron,spa,Ionic
Stars: ✭ 87 (+117.5%)
Mutual labels:  spa, quasar-framework
floss
Unit-testing for those hard to reach places
Stars: ✭ 26 (-35%)
Mutual labels:  travis-ci
dashblocks-template
Dashblocks Vue Material Admin Template
Stars: ✭ 143 (+257.5%)
Mutual labels:  quasar-framework
TelegramBot-Go
Telegram bot which search information in Wikipedia and written on Go language
Stars: ✭ 35 (-12.5%)
Mutual labels:  travis-ci
aem-spa-page-model-manager
Interface between Adobe Experience Manager and Single Page Application framework.
Stars: ✭ 26 (-35%)
Mutual labels:  spa
quasar-hackernews
HackerNews clone built with Vue 2.0, vue-router & vuex & Quasar Framework, with server-side rendering
Stars: ✭ 25 (-37.5%)
Mutual labels:  quasar-framework
chronicle
Forming reliable memories.
Stars: ✭ 87 (+117.5%)
Mutual labels:  spa
originator
🌱 es6 starter - babel, tape, zuul, npm scripts
Stars: ✭ 12 (-70%)
Mutual labels:  travis-ci
colorizzar
📗 -> 📘 Change color of png keep alpha channel in php!
Stars: ✭ 27 (-32.5%)
Mutual labels:  travis-ci
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (-32.5%)
Mutual labels:  spa
ws
scripts for building web projects
Stars: ✭ 13 (-67.5%)
Mutual labels:  spa
junos-automation-with-ansible
How to automate Junos with Ansible. This project has many ready-to-use Ansible playbooks to interact with Junos devices.
Stars: ✭ 69 (+72.5%)
Mutual labels:  travis-ci
ui-library
BlaBlaCar React Component Library
Stars: ✭ 37 (-7.5%)
Mutual labels:  spa
Websocket-React-Chatroom
A chatroom powered by React-Hooks and Websocket🚀
Stars: ✭ 76 (+90%)
Mutual labels:  travis-ci
plugin.video.sendtokodi
📺 plays various stream sites on kodi using youtube-dl
Stars: ✭ 86 (+115%)
Mutual labels:  travis-ci
continuous-integration-with-python
How to test your python code. How to automatically run your tests for your Python code. How to get reports of the tests coverage
Stars: ✭ 25 (-37.5%)
Mutual labels:  travis-ci

This reposository is readonly now

readonly

If you like this repository, you may like this organization focused on the approach used here https://github.com/devitools

Build Status

Skeleton

Rapid development with Vue and Quasar

Docs

Get started in our docs ; )

How to use

Using local

Install the dependencies

yarn install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Using with Docker

Start with docker-compose

cp docker-compose.yml.develop docker-compose.yml
docker-compose up

Lint the files

docker-compose run skeleton yarn run lint

Build the app for production

docker-compose run skeleton quasar build

Play with GNU makefile

make

Customize the configuration

See Configuring quasar.conf.js.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].