mirror of
https://github.com/tauri-apps/tauri.studio.git
synced 2026-02-04 02:21:17 +01:00
* feat(site): initial scaffolding * fix(redirect): 404 * feat(CNAME): reference to tauri-apps.org * feat(CNAME): add CNAME to build script CMD * feat(work): various things, including patterns page * feat(sidebar): Now scroll works - needed to close the sidebar, because there is no docheight - added a # to urls * feat(slides): add landing carousel * feat(landing): add ministories and roadmap and mermaid * feat(links): update links, enhance mermaid * feat(patterns): stylish page, 5 patterns, dynamic mermaid - note: trollbridge -> api-bridge - update mermaid * feat(patterns): - add multiwin pattern - add pattern icons - rename patterns - add config section with dynamic markdown - use keep-alive - minor revisions to landing page * feat(security): add docs/security page * feat(patterns): add cloudish flowchart * feat(patterns): fix infobar for mobile * feat(quasar): update deps * feat(examples): basic scaffolding * feat(patterns): mosts, bests * feat(patterns): icons * feat(build): last manual build
1 line
5.1 KiB
JavaScript
1 line
5.1 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["0d96855b"],{eabb:function(t,e,a){"use strict";a.r(e);var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("hero",[a("div",{staticStyle:{"padding-top":"240px"},attrs:{id:"padding"}}),a("q-carousel",{staticStyle:{overflow:"hidden",width:"100%",background:"transparent",color:"black!important","border-radius":"5px"},attrs:{animated:"",infinite:"",autoplay:"",navigation:"","control-color":"cyan-1",height:"420px"},model:{value:t.slide,callback:function(e){t.slide=e},expression:"slide"}},t._l(t.slides,function(e){return a("q-carousel-slide",{key:e.id,staticClass:"column no-wrap",attrs:{name:e.title,"img-src":e.img},on:{mouseover:function(e){t.credits=!0},mouseleave:function(e){t.credits=!1}}},[a("div",{staticClass:"text-h3 text-weight-thin bg-amber-3 absolute-left q-pa-md text-center",staticStyle:{width:"300px",opacity:"0.8","padding-top":"220px"}},[t._v(" "+t._s(e.title))]),a("h6",{staticClass:"q-pa-sm bg-yellow-2 full-width text-center",staticStyle:{margin:"270px -25px 0 0!important","z-index":"1","font-size":"1.2em"}},[t._v("\n "+t._s(e.text)+"\n ")]),t.credits?a("q-btn",{staticClass:"absolute-top-right q-ma-lg",staticStyle:{width:"180px","z-index":"1"},attrs:{size:"xs",dense:"",color:"blue-grey-9","text-color":"white",type:"a",href:"https://unsplash.com/"+e.unsplashLink}},[a("span",{staticStyle:{display:"inline-block",padding:"2px 3px"}},[a("svg",{staticStyle:{height:"12px",width:"auto",position:"relative","vertical-align":"middle",top:"-2px",fill:"white"},attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"}},[a("path",{attrs:{d:"M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"}})])]),a("span",{staticStyle:{display:"inline-block",padding:"2px 3px"}},[t._v("Image by: "+t._s(e.unsplashName))])]):t._e()],1)}),1),a("q-markdown",[t._v("\n## Introduction\nTauri is a framework agnostic toolchain for building highly secure native apps that have tiny binaries and are very fast. You can use any frontend-framework to build apps with it, and it can be integrated into any CI pipeline.\n\nTauri helps you to build tiny, blazing fast binaries for all major desktop platforms. Whether you are just starting out making apps for your meetup or regularly crunch terabyte datasets, we are absolutely confident that you will love using Tauri as much as we love making and maintaining it.\n ")]),a("q-page-scroller",{attrs:{position:"bottom-right","scroll-offset":150,offset:[18,18]}},[a("q-btn",{attrs:{fab:"",icon:"keyboard_arrow_up",color:"primary"}})],1)],1)},n=[],s=a("2514"),o=a("fa2a"),r=a("d152"),l={name:"PageIndex",components:{Hero:s["a"]},data:function(){return{slide:"AGNOSTIC",credits:!1,markdown:o["a"],json:r,slides:[{title:"AGNOSTIC",text:"compatibility with any front-end framework means you don't have to change your stack.",img:"statics/images/vegetables.jpg",unsplashLink:"@freestockpro",unsplashName:"Alexandr Podvalny"},{title:"SECURITY",text:"is the Tauri-Team's biggest priority and drives our innovation.",img:"statics/images/keys.jpg",unsplashLink:"@chunlea",unsplashName:"Chunlea Ju"},{title:"MEMORY",text:"footprint of a Tauri App is less than half of the size of an Electron app.",img:"statics/images/lightning.jpg",unsplashLink:"@ian_froome_photography",unsplashName:"Ian Froome"},{title:"BUNDLE",text:"size of a Tauri App can be less than 600KB.",img:"statics/images/snowflake.jpg",unsplashLink:"@dariuscotoi",unsplashName:"Darius Cotoi"},{title:"RELIABILITY",text:"of the underlying code base is why critical libraries have been forked.",img:"statics/images/bigben.jpg",unsplashLink:"@@louisk_",unsplashName:"Louis. K"},{title:"FLOSS",text:"licensing is possible with Tauri, but impossible with Chromium consumers, like Electron.",img:"statics/images/boat.jpg",unsplashLink:"@jplenio",unsplashName:"Johannes Plenio"}]}},computed:{toc:{get:function(){return this.$store.state.common.toc},set:function(t){this.$store.commit("common/toc",t)}}},methods:{onToc:function(t){t.push({id:"Tauri-API",label:"Tauri API",level:1,children:Array(0)}),t.push({id:"Donate",label:"Donate",level:1,children:Array(0)}),this.toc=t}}},c=l,p=a("2877"),u=Object(p["a"])(c,i,n,!1,null,null,null);e["default"]=u.exports},fa2a:function(t,e,a){"use strict";e["a"]="## Technical Details\nThe current user interface in Tauri apps leverages Cocoa/WebKit on macOS, gtk-webkit2 on Linux and MSHTML (IE10/11) or Webkit via EdgeHTML / Chakra on Windows. **Tauri** is based on the MIT licensed prior work known as [webview](https://github.com/zserge/webview) and [web-view]().\n\n## Organizational Structure\nTauri apps is governed by the community and work is done in the context of public working groups. Each working group has a dedicated channel on the Discord server as well as a Team on GitHub. Other than that, each WG is free to use whatever type of organizational model it chooses.\n \n The current working groups are: \n- WG Governance & Guidance\n- WG Tech\n- WG Education\n- WG Media\n- WG Security\n\nWith the exception of the security working group, which is by invite only and convenes privately, all other working groups are public and open to any and all participants.\n\n## Roadmap\n\n\n\n\n"}}]); |