Giter Site home page Giter Site logo

quasar-test's Introduction

image

Quasar App Codesandbox Template

A Template for using Quasar on Codesandbox.io.

Codesanbox Entry Server Screen

This is the template used for the server template found on Codesandbox.io. The template builds a full application running in the development server mode. With the app running in Codesandbox, you can work with a FULL Quasar application and not just the UMD version, as is the case with Codepen and JSFiddle.

Purpose

The purpose of this template on Codesandbox is so developers can create more intricate examples of their code. These examples can then be used for both the training and/ or teaching of other devs on using Quasar and also for troubleshooting problems with the core dev team of Quasar.

Usage

Using this template will require you to register as a Codesandbox user. Registration only currently works over Github, so that is where you'll need an account.

Once you've registered to Codesandbox, to start the template, simply click on "Create Sandbox" at the top of the Codesandbox.io index page.

Then click on SERVER TEMPLATES and then on the Quasar button.

Codesanbox Start Server Screen

The server and container will start automatically. Once you make any change and save it, Codesandbox will automatically fork the sandbox for you.

Different Modes

This template currently loads a SPA application mode of Quasar.

If you would like to work with the PWA or SSR versions of Quasar, please make the following changes to the start script entries in the package.json.

PWA

 "scripts": {
    "start": "quasar dev -m pwa",

SSR

 "scripts": {
    "start": "quasar dev -m ssr",

Once you've changed the the start entry of scripts in the package.json file accordingly, you simply need to restart the container's server.

Codesanbox Restart Server Screen

Once that is done, it should take a minute or so to reload the application in the new mode.

Quasar Repositories

Contributing

We're excited if you want to contribute to Quasar under any form (report bugs, write a plugin, fix an issue, write a new feature, help with the documentation). Any help is much appreciated!

License

Copyright (c) 2016-present Razvan Stoenescu

MIT License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.