-
-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
Source code of [`create-vike`](https://npmjs.com/package/create-vike) which powers: | ||
Source code of [`create-vike-core`](https://npmjs.com/package/create-vike-core) which powers: | ||
|
||
```shell | ||
npm init vike | ||
npm create vike-core@latest | ||
``` | ||
```shell | ||
pnpm create vike | ||
pnpm create vike-core | ||
``` | ||
```shell | ||
yarn create vike | ||
bun create vike-core | ||
``` | ||
```shell | ||
yarn create vike-core | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters