Commit 575aa19
committed
Migrate project to Vite+ unified toolchain
- Replace vite imports with vite-plus across 20 source files
- Replace vitest imports with vite-plus/test across 12 test files
- Add vite-plus as dependency, remove standalone vite/vitest deps
- Remove Nx task orchestration (nx.json, @nrwl/* deps)
- Remove ESLint and related plugins, migrate to oxlint via @oxlint/migrate
- Create root vite.config.ts for Vite+ configuration
- Create .oxlintrc.json with migrated lint rules
- Update root scripts: lint/fmt/check now use vp commands
- Update per-package lint scripts to use vp lint
- Update iles CLI test command to use vp test
- Fix type-only import in shared.d.ts for oxfmt compatibility
- Apply oxfmt formatting across entire codebase
- Retain tsup for package builds (vp pack incompatible with
workspace type resolution for DTS generation)
https://claude.ai/code/session_01Fsp32NvHiLU7Y141BfEsit1 parent e54954a commit 575aa19
312 files changed
Lines changed: 8415 additions & 11108 deletions
File tree
- .github
- ISSUE_TEMPLATE
- workflows
- .vscode
- docs
- .algolia
- cypress
- e2e
- support
- modules
- src
- components
- layouts
- logic
- pages
- config
- dynamic
- faqs
- guide
- styles
- packages
- excerpt
- src
- feed
- src
- headings
- src
- hydration
- icons
- src
- iles
- bin
- scripts
- src
- client
- app
- components
- composables
- node
- build
- plugin
- tests
- types
- images
- src
- mdx
- src
- pages
- src
- prerender
- prism
- src
- pwa
- src
- playground/the-vue-point
- src
- components
- layouts
- logic
- pages
- posts
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
0 commit comments