|
3 | 3 | // deno-fmt-ignore-file
|
4 | 4 | // deno-lint-ignore-file
|
5 | 5 | // @ts-nocheck
|
6 |
| -var u=Object.defineProperty;var c=(s,e)=>{for(var o in e)u(s,o,{get: e[o],enumerable: !0})};import*as y from"./_404.tsx";import*as k from"./_app.tsx";import*as v from"./index.tsx";import*as A from"./docs.tsx";var t={};c(t,{default: ()=>b});import{Fragment as g,jsx as r,jsxs as i}from"https://esm.sh/[email protected]/jsx-runtime";import{useMDXComponents as h}from"https://esm.sh/v112/@mdx-js/[email protected]";import{Head as j}from"aleph/react";function d(s){let e=Object.assign({h1: "h1",p: "p",code: "code",pre: "pre"},h(),s.components);return i(g,{children: [r(j,{children: r("title",{children: "Get Started - Docs"})}),` |
| 6 | +var u=Object.defineProperty;var c=(s,e)=>{for(var o in e)u(s,o,{get: e[o],enumerable: !0})};import*as y from"./_404.tsx";import*as k from"./_app.tsx";import*as v from"./index.tsx";import*as A from"./docs.tsx";var t={};c(t,{default: ()=>b});import{Fragment as g,jsx as r,jsxs as i}from"https://esm.sh/[email protected]/jsx-runtime";import{useMDXComponents as h}from"https://esm.sh/v113/@mdx-js/[email protected]";import{Head as j}from"aleph/react";function d(s){let e=Object.assign({h1: "h1",p: "p",code: "code",pre: "pre"},h(),s.components);return i(g,{children: [r(j,{children: r("title",{children: "Get Started - Docs"})}),` |
7 | 7 | `,r(e.h1,{id:"get-started",children:"Get Started"}),`
|
8 | 8 | `,i(e.p,{children:["Initialize a new project, you can pick a start template with ",r(e.code,{children:"--template"}),` flag, available templates:
|
9 | 9 | `,r(e.code,{children:"[react, vue, api, yew]"})]}),`
|
10 | 10 | `,r(e.pre,{children: r(e.code,{className: "hljs language-bash",children: `deno run -A https://deno.land/x/[email protected]/init.ts
|
11 |
| -`})})]})}function f(s={}){let{wrapper: e}=Object.assign({},h(),s.components);return e? r(e,Object.assign({},s,{children: r(d,s)})): d(s)}var b=f;var l={};c(l,{default: ()=>x});import{Fragment as N,jsx as n,jsxs as a}from"https://esm.sh/[email protected]/jsx-runtime";import{useMDXComponents as p}from"https://esm.sh/v112/@mdx-js/[email protected]";import{Head as w}from"aleph/react";function m(s){let e=Object.assign({h1: "h1",p: "p",strong: "strong",a: "a",blockquote: "blockquote",em: "em",code: "code",pre: "pre",span: "span"},p(),s.components);return a(N,{children: [n(w,{children: n("title",{children: "About - Docs"})}),` |
| 11 | +`})})]})}function f(s={}){let{wrapper: e}=Object.assign({},h(),s.components);return e? r(e,Object.assign({},s,{children: r(d,s)})): d(s)}var b=f;var l={};c(l,{default: ()=>x});import{Fragment as N,jsx as n,jsxs as a}from"https://esm.sh/[email protected]/jsx-runtime";import{useMDXComponents as p}from"https://esm.sh/v113/@mdx-js/[email protected]";import{Head as w}from"aleph/react";function m(s){let e=Object.assign({h1: "h1",p: "p",strong: "strong",a: "a",blockquote: "blockquote",em: "em",code: "code",pre: "pre",span: "span"},p(),s.components);return a(N,{children: [n(w,{children: n("title",{children: "About - Docs"})}),` |
12 | 12 | `,n(e.h1,{id:"about",children:"About"}),`
|
13 | 13 | `,a(e.p,{children:[n(e.strong,{children:"Aleph.js"})," (or ",n(e.strong,{children:"Aleph"})," or ",n(e.strong,{children:"\u05D0"})," or ",n(e.strong,{children:"\u963F\u83B1\u592B"}),", ",n("samp",{children:"\u02C8\u0251\u02D0l\u025Bf"}),`) is a
|
14 | 14 | fullstack framework in `,n(e.a,{href:"https://deno.land",children:"Deno"}),". Inspired by ",n(e.a,{href:"https://nextjs.org",children:"Next.js"}),", ",n(e.a,{href:"https://remix.run",children:"Remix"})," and ",n(e.a,{href:"https://vitejs.dev",children:"Vite"}),"."]}),`
|
|
0 commit comments