Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**Click the "Fork" button to get started!**

# Quasar App Codesandbox Template

> A Template for using Quasar on Codesandbox.io.

![Codesanbox Entry Server Screen](https://cdn.quasar.dev/codesandbox/codesandbox-entry.jpg)
Expand All @@ -21,13 +22,14 @@ Once you've registered to Codesandbox, to start the template, simply click on "C

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

![Codesanbox Start Server Screen](https://cdn.quasar.dev/codesandbox/codesandbox-start.jpg)
![Codesanbox Start Server Screen](https://cdn.quasar.dev/codesandbox/codesandbox-start.jpg)

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.
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`.

Expand Down Expand Up @@ -57,7 +59,7 @@ Once that is done, it should take a minute or so to reload the application in th

## Quasar Repositories

* [Quasar Framework](https://github.com/quasarframework/quasar)
- [Quasar Framework](https://github.com/quasarframework/quasar)

## Contributing

Expand Down
File renamed without changes
9 changes: 9 additions & 0 deletions src/store/store-flag.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// THIS FEATURE-FLAG FILE IS AUTOGENERATED,
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING
import "quasar/dist/types/feature-flag";

declare module "quasar/dist/types/feature-flag" {
interface QuasarFeatureFlags {
store: true;
}
}