From 68da0ffa7f149d3bd2cdf2c4434d14a06eade827 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 28 Jun 2021 08:36:21 +0200 Subject: [PATCH] :pencil: Update README with Discord and docs --- README.md | 2 ++ js/README.md | 1 + ts-bootstrap/README.md | 1 + ts-minimal/README.md | 1 + ts-router/README.md | 1 + ts-router/package.json | 2 +- ts-router/pnpm-lock.yaml | 10 +++++----- ts-windicss/README.md | 1 + ts/README.md | 1 + 9 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ae9ee32..9010ef1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ You get: - Minimal bundle size - All the vite features +### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs) + ## Get started Those templates dependencies are maintained via [pnpm](https://pnpm.js.org/) via `pnpm up -Lri`. diff --git a/js/README.md b/js/README.md index 05f9223..5a09957 100644 --- a/js/README.md +++ b/js/README.md @@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana ```bash $ npm install # or pnpm install or yarn install ``` +### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs) ## Available Scripts diff --git a/ts-bootstrap/README.md b/ts-bootstrap/README.md index 05f9223..5a09957 100644 --- a/ts-bootstrap/README.md +++ b/ts-bootstrap/README.md @@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana ```bash $ npm install # or pnpm install or yarn install ``` +### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs) ## Available Scripts diff --git a/ts-minimal/README.md b/ts-minimal/README.md index 05f9223..5a09957 100644 --- a/ts-minimal/README.md +++ b/ts-minimal/README.md @@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana ```bash $ npm install # or pnpm install or yarn install ``` +### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs) ## Available Scripts diff --git a/ts-router/README.md b/ts-router/README.md index 05f9223..5a09957 100644 --- a/ts-router/README.md +++ b/ts-router/README.md @@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana ```bash $ npm install # or pnpm install or yarn install ``` +### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs) ## Available Scripts diff --git a/ts-router/package.json b/ts-router/package.json index 9eab2be..e03ec21 100644 --- a/ts-router/package.json +++ b/ts-router/package.json @@ -13,7 +13,7 @@ "vite-plugin-windicss": "^1.1.1" }, "dependencies": { - "solid-app-router": "^0.0.50-rc.0", + "solid-app-router": "^0.0.50", "solid-js": "^1.0.0" } } diff --git a/ts-router/pnpm-lock.yaml b/ts-router/pnpm-lock.yaml index 690bc4d..af4659c 100644 --- a/ts-router/pnpm-lock.yaml +++ b/ts-router/pnpm-lock.yaml @@ -1,14 +1,14 @@ lockfileVersion: 5.3 specifiers: - solid-app-router: ^0.0.50-rc.0 + solid-app-router: ^0.0.50 solid-js: ^1.0.0 vite: ^2.3.8 vite-plugin-solid: ^2.0.0 vite-plugin-windicss: ^1.1.1 dependencies: - solid-app-router: 0.0.50-rc.0_solid-js@1.0.0 + solid-app-router: 0.0.50_solid-js@1.0.0 solid-js: 1.0.0 devDependencies: @@ -720,10 +720,10 @@ packages: hasBin: true dev: true - /solid-app-router/0.0.50-rc.0_solid-js@1.0.0: - resolution: {integrity: sha512-KH9SYQ2EvACxwqp2j7XaZ6rOE8z0GbQpmew7tEhUiJcY8vl0BR2ZQm+MBP3gGmcm+MObsYTZ2cPl8FBaxcp86g==} + /solid-app-router/0.0.50_solid-js@1.0.0: + resolution: {integrity: sha512-TjaTCuvDeBEqTiIYcvGltM/Ae9y/qurOr5g47DvMdgR/8XiMhoktBH9weISXcxqb4KE4cVaaoAV+G+5tboEDEA==} peerDependencies: - solid-js: '*' + solid-js: ^1.0.0 dependencies: solid-js: 1.0.0 dev: false diff --git a/ts-windicss/README.md b/ts-windicss/README.md index 05f9223..5a09957 100644 --- a/ts-windicss/README.md +++ b/ts-windicss/README.md @@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana ```bash $ npm install # or pnpm install or yarn install ``` +### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs) ## Available Scripts diff --git a/ts/README.md b/ts/README.md index 05f9223..5a09957 100644 --- a/ts/README.md +++ b/ts/README.md @@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana ```bash $ npm install # or pnpm install or yarn install ``` +### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs) ## Available Scripts