File tree Expand file tree Collapse file tree 6 files changed +9
-12
lines changed
Expand file tree Collapse file tree 6 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ build/Release
4545node_modules /
4646jspm_packages /
4747
48- # Snowpack dependency directory (https://snowpack.dev/)
49- web_modules /
50-
5148# TypeScript cache
5249* .tsbuildinfo
5350
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ This repository contains comprehensive examples that demonstrate the Rstack ecos
66
77## List of Examples
88
9- | [ Rspack] ( https://github.com/web-infra-dev/rspack ) | <a href =" https://github.com/web-infra-dev/rspack " target =" blank " ><img src =" https://assets.rspack.dev /rspack/rspack-banner.png " width =" 400 " /></a > | [ Examples] ( ./rspack ) | [ Document] ( https://rspack.dev / ) |
9+ | [ Rspack] ( https://github.com/web-infra-dev/rspack ) | <a href =" https://github.com/web-infra-dev/rspack " target =" blank " ><img src =" https://assets.rspack.rs /rspack/rspack-banner.png " width =" 400 " /></a > | [ Examples] ( ./rspack ) | [ Document] ( https://rspack.rs / ) |
1010| :---------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------: | :----------------------------------: |
11- | [ Rsbuild] ( https://github.com/web-infra-dev/rsbuild ) | <a href =" https://github.com/web-infra-dev/rsbuild " target =" blank " ><img src =" https://assets.rspack.dev /rsbuild/rsbuild-banner.png " width =" 400 " /></a > | [ Examples] ( ./rsbuild ) | [ Document] ( https://rsbuild.dev / ) |
12- | [ Rspress] ( https://github.com/web-infra-dev/rspress ) | <a href =" https://github.com/web-infra-dev/rspress " target =" blank " ><img src =" https://assets.rspack.dev /rspress/rspress-banner.png " width =" 400 " /></a > | [ Examples] ( ./rspress/ ) | [ Document] ( https://rspress.dev / ) |
13- | [ Rsdoctor] ( https://github.com/web-infra-dev/rsdoctor ) | <a href =" https://github.com/web-infra-dev/rsdoctor " target =" blank " ><img src =" https://assets.rspack.dev /rsdoctor/rsdoctor-banner.png " width =" 400 " /></a > | [ Examples] ( ./rsdoctor/ ) | [ Document] ( https://rsdoctor.dev / ) |
14- | [ Rslib] ( https://github.com/web-infra-dev/rslib ) | <a href =" https://github.com/web-infra-dev/rslib " target =" blank " ><img src =" https://assets.rspack.dev /rslib/rslib-banner.png " width =" 400 " /></a > | [ Examples] ( ./rslib ) | [ Document] ( https://lib.rsbuild.dev / ) |
11+ | [ Rsbuild] ( https://github.com/web-infra-dev/rsbuild ) | <a href =" https://github.com/web-infra-dev/rsbuild " target =" blank " ><img src =" https://assets.rspack.rs /rsbuild/rsbuild-banner.png " width =" 400 " /></a > | [ Examples] ( ./rsbuild ) | [ Document] ( https://rsbuild.rs / ) |
12+ | [ Rspress] ( https://github.com/web-infra-dev/rspress ) | <a href =" https://github.com/web-infra-dev/rspress " target =" blank " ><img src =" https://assets.rspack.rs /rspress/rspress-banner.png " width =" 400 " /></a > | [ Examples] ( ./rspress/ ) | [ Document] ( https://rspress.rs / ) |
13+ | [ Rsdoctor] ( https://github.com/web-infra-dev/rsdoctor ) | <a href =" https://github.com/web-infra-dev/rsdoctor " target =" blank " ><img src =" https://assets.rspack.rs /rsdoctor/rsdoctor-banner.png " width =" 400 " /></a > | [ Examples] ( ./rsdoctor/ ) | [ Document] ( https://rsdoctor.rs / ) |
14+ | [ Rslib] ( https://github.com/web-infra-dev/rslib ) | <a href =" https://github.com/web-infra-dev/rslib " target =" blank " ><img src =" https://assets.rspack.rs /rslib/rslib-banner.png " width =" 400 " /></a > | [ Examples] ( ./rslib ) | [ Document] ( https://rslib.rs / ) |
1515
1616## How to Use
1717
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ function App() {
4444 { ' | ' }
4545 < a
4646 className = "color-#61dafb"
47- href = "https://rsbuild.dev "
47+ href = "https://rsbuild.rs "
4848 target = "_blank"
4949 rel = "noopener noreferrer"
5050 >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default {
77
88<template >
99 <div >
10- <a href =" https://www. rspack.dev /" target =" _blank" >
10+ <a href =" https://rspack.rs /" target =" _blank" >
1111 <img src =" ./assets/rspack.svg" class =" logo" alt =" Rspack logo" />
1212 </a >
1313 <a href =" https://vuejs.org/" target =" _blank" >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default {
1313
1414<template >
1515 <div >
16- <a href =" https://www. rspack.dev /" target =" _blank" >
16+ <a href =" https://rspack.rs /" target =" _blank" >
1717 <img src =" ./assets/rspack.svg" class =" logo" alt =" Rspack logo" />
1818 </a >
1919 <a href =" https://vuejs.org/" target =" _blank" >
Original file line number Diff line number Diff line change 1111 },
1212 {
1313 "text" : " API" ,
14- "link" : " https://rspress.dev /api/index.html "
14+ "link" : " https://rspress.rs /api/"
1515 }
1616]
You can’t perform that action at this time.
0 commit comments