Skip to content

Commit 4d62851

Browse files
committed
docs: update README to reflect Vite+ migration
- Update runtime to Vite+ (pnpm wrapper) - Update prerequisites and installation commands - Remove obsolete oxlintrc and oxfmtrc config references
1 parent 2c29af3 commit 4d62851

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A modern Laravel starter kit with Inertia, Vue 3, and an enhanced developer expe
55
## Tech Stack
66

77
- **PHP** 8.4+ with Laravel 12
8-
- **Runtime**: pnpm
8+
- **Runtime**: Vite+ (pnpm wrapper)
99
- **Frontend**: Vue 3 with Inertia v2
1010
- **Styling**: Tailwind CSS 4
1111
- **State Management**: VueUse
@@ -71,7 +71,7 @@ const post = show(1); // { url: "/posts/1", method: "get" }
7171
### Prerequisites
7272

7373
- PHP 8.4+
74-
- pnpm
74+
- Vite+ (run `npm install -g vite-plus`)
7575
- Composer
7676

7777
### Installation
@@ -81,10 +81,10 @@ const post = show(1); // { url: "/posts/1", method: "get" }
8181
composer install
8282

8383
# Install JavaScript dependencies
84-
pnpm install
84+
vp install
8585

8686
# Start development servers
87-
pnpm run dev
87+
vp dev
8888
```
8989

9090
### Available Commands
@@ -135,8 +135,6 @@ pnpm run dev
135135
| `vite.config.ts` | Vite plugins (AutoImport, Components, Icons, Wayfinder) |
136136
| `tsconfig.json` | TypeScript configuration with paths alias |
137137
| `mago.toml` | Mago PHP linter/formatter rules |
138-
| `.oxlintrc.json` | Oxlint configuration |
139-
| `.oxfmtrc.jsonc` | Oxfmt configuration |
140138
| `boost.json` | Laravel Boost MCP configuration |
141139

142140
## Icon Sets
@@ -156,4 +154,4 @@ Usage: `<Icon[Name] />` where Name is the icon identifier in kebab-case.
156154
- [Tailwind CSS](https://tailwindcss.com)
157155
- [VueUse](https://vueuse.org)
158156
- [Mago Documentation](https://mago.carthage.software)
159-
- [Vite+ Documentation](https://vite-plus.pages.dev)
157+
- [Vite+ Documentation](https://viteplus.dev/guide/)

0 commit comments

Comments
 (0)