Skip to content

geoidesic/realworld-quasar

 
 

Repository files navigation

RealWorld Example App

[YOUR_FRAMEWORK] codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with [YOUR_FRAMEWORK] including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the [YOUR_FRAMEWORK] community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

Quasar is a cross-platform UI framework built on-top of Vue. Say what?? So that means that it defines pre-baked components that are designed to work well with desktop, web and mobile applications. This also means that it's not going to look exactly the same as some of the other front-end implementations of Realworld. THIS IS ON PURPOSE. The other front-ends are not designed to be cross-platform. Quasar is. There will be differences that are impossible to resolve. There will be differences that are possible to resolve. That's left as an exercise for the reader. Here we've tried to keep within the visual style suggested by the Realworld spec and we've used the availble CSS where possible – however for certain elements (such as form inputs) we've left the default Quasar styling in place as we know this works cross-platform.

Getting started

npm install, npm start, etc.

Quasar-cli

v0.15.14

About

Starter kit for new RealWorld framework implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 65.5%
  • JavaScript 29.4%
  • HTML 3.4%
  • CSS 1.7%