web-app
A web application is any program that is accessed over a network connection using HTTP, usually via a web browser. Web apps do not have to be installed on a user's device; they are run from a remote server. This differs from mobile apps, which are installed on the user's mobile device, and desktop applications, which are installed on the user's computer. Common examples of web apps include Flash games, online calculators, calendars, Gmail, and Facebook.
Here are 1,956 public repositories matching this topic...
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U
Mobile UI Components based on Vue & WeUI
-
Updated
Aug 4, 2020 - Vue
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
-
Updated
Sep 9, 2020 - Python
Best practices for modern web development
-
Updated
Sep 9, 2020 - HTML
-
Updated
Sep 4, 2020 - JavaScript
Describe the bug
Editing Geometry data using GUI is not working.
The error is due to the fact that the Query generated is UPDATE `gis_all` SET `shape` = ST_PointFromText(\'POINT(66 54)\',0) WHERE `gis_all`.`name` = 'POINT' but it should be UPDATE `gis_all` SET `shape` = ST_PointFromText('POINT(66 54)',0) WHERE `gis_all`.`name` = 'POINT' which works fine when edited and execut
Making AJAX as easy as anchor tags
-
Updated
Jul 18, 2020 - HTML
Open Source Continuous Integration & Deployment Server
-
Updated
Aug 21, 2020 - JavaScript
Mobile UI Components, based on Vue.js and ionic CSS. https://wangdahoo.github.io/vonic-documents
-
Updated
Jan 26, 2019 - Vue
Pi-hole in a docker container
-
Updated
Aug 24, 2020 - Shell
Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
-
Updated
Aug 2, 2020 - Java
-
Updated
Sep 9, 2020 - C++
WWW SQL Designer, your online SQL diagramming tool
-
Updated
Jan 13, 2020 - JavaScript
High precision scientific calculator with support for physical units
-
Updated
Sep 7, 2020 - PureScript
可能是目前最用心收集的 React Native 优秀开源项目大全,公众号【aMarno】www.marno.cn
-
Updated
Aug 11, 2017
Enhanced WebView component for Android that works as intended out of the box
-
Updated
Aug 13, 2020 - Java
- There seems to be a bug when navigating to the catch_all route but not contributors, ex. localhost:7878/test. The current implementation panics using both rocket and actix as server.
- Rocket currently has 404 for unknown routes and this should be added to the actix example as well.
If you stop typing for more than five seconds, all progress will be lost.
-
Updated
Feb 27, 2020 - JavaScript
-
Updated
Sep 9, 2020 - Shell
A simply readable Hacker News web app
-
Updated
Aug 24, 2020 - CSS
HackerNews clone built with Nuxt.js
-
Updated
Sep 4, 2020 - Vue
Shiny Dashboarding framework
-
Updated
Apr 28, 2020 - CSS


Summary
How do I control how Typescript is included? How does one incorporate typings into the developer experience, and why can one not have globals? E.g., React as global so one won't have to import it everywhere.
Relevant information
Typescript is 'included', but there's no information on how to control versions or what the default configuration is, or how one would go about changin