📝 Update README with Discord and docs
This commit is contained in:
@@ -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`.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+5
-5
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user