📝 Update README with Discord and docs
This commit is contained in:
@@ -8,6 +8,8 @@ You get:
|
|||||||
- Minimal bundle size
|
- Minimal bundle size
|
||||||
- All the vite features
|
- 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
|
## Get started
|
||||||
|
|
||||||
Those templates dependencies are maintained via [pnpm](https://pnpm.js.org/) via `pnpm up -Lri`.
|
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
|
```bash
|
||||||
$ npm install # or pnpm install or yarn install
|
$ 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
|
## Available Scripts
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana
|
|||||||
```bash
|
```bash
|
||||||
$ npm install # or pnpm install or yarn install
|
$ 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
|
## Available Scripts
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana
|
|||||||
```bash
|
```bash
|
||||||
$ npm install # or pnpm install or yarn install
|
$ 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
|
## Available Scripts
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana
|
|||||||
```bash
|
```bash
|
||||||
$ npm install # or pnpm install or yarn install
|
$ 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
|
## Available Scripts
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"vite-plugin-windicss": "^1.1.1"
|
"vite-plugin-windicss": "^1.1.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"solid-app-router": "^0.0.50-rc.0",
|
"solid-app-router": "^0.0.50",
|
||||||
"solid-js": "^1.0.0"
|
"solid-js": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+5
-5
@@ -1,14 +1,14 @@
|
|||||||
lockfileVersion: 5.3
|
lockfileVersion: 5.3
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
solid-app-router: ^0.0.50-rc.0
|
solid-app-router: ^0.0.50
|
||||||
solid-js: ^1.0.0
|
solid-js: ^1.0.0
|
||||||
vite: ^2.3.8
|
vite: ^2.3.8
|
||||||
vite-plugin-solid: ^2.0.0
|
vite-plugin-solid: ^2.0.0
|
||||||
vite-plugin-windicss: ^1.1.1
|
vite-plugin-windicss: ^1.1.1
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
solid-app-router: 0.0.50-rc.[email protected]
|
solid-app-router: 0.0.5[email protected]
|
||||||
solid-js: 1.0.0
|
solid-js: 1.0.0
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
@@ -720,10 +720,10 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/solid-app-router/0.0.50-rc.0[email protected]:
|
/solid-app-router/[email protected]:
|
||||||
resolution: {integrity: sha512-KH9SYQ2EvACxwqp2j7XaZ6rOE8z0GbQpmew7tEhUiJcY8vl0BR2ZQm+MBP3gGmcm+MObsYTZ2cPl8FBaxcp86g==}
|
resolution: {integrity: sha512-TjaTCuvDeBEqTiIYcvGltM/Ae9y/qurOr5g47DvMdgR/8XiMhoktBH9weISXcxqb4KE4cVaaoAV+G+5tboEDEA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
solid-js: '*'
|
solid-js: ^1.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
solid-js: 1.0.0
|
solid-js: 1.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana
|
|||||||
```bash
|
```bash
|
||||||
$ npm install # or pnpm install or yarn install
|
$ 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
|
## Available Scripts
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana
|
|||||||
```bash
|
```bash
|
||||||
$ npm install # or pnpm install or yarn install
|
$ 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
|
## Available Scripts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user