docs(icons-gallery): align README with actual stack (Vite + Vitest)#561
Open
isaquebock wants to merge 2 commits into
Open
docs(icons-gallery): align README with actual stack (Vite + Vitest)#561isaquebock wants to merge 2 commits into
isaquebock wants to merge 2 commits into
Conversation
The README still described the pre-migration toolchain (Vue CLI, Jest, src/icons.json, vue.config.js, public/index.html). Updates it to match the current project: - Build: Vite (not Vue CLI); references vite.config.js, removes vue.config.js - Tests: Vitest + jsdom (not Jest + Vue Test Utils); references vitest.config.js, removes babel/jest configs - Icons source: @aziontech/icons/catalog (not src/icons.json); rewrites the 'Adding New Icons' section accordingly - Project structure now lists files that actually exist (index.html at root, no public/index.html, no babel.config.js) - Adds test:unit:watch and notes the publish script targets Azion, not npm - Updates icon counts to current catalog snapshot (ai: 88, pi: 314)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
O
apps/icons-gallery/README.mdainda descrevia o toolchain antigo (Vue CLI, Jest,src/icons.json,vue.config.js,public/index.html) — divergiu do estado real do projeto após a migração para Vite + Vitest e do consumo do catálogo via@aziontech/icons/catalog. Este PR realinha o doc.Mudanças
vite.config.js; removidas menções avue.config.js.vitest.config.js; removidosbabel.config.jsejest.config.jsda estrutura.@aziontech/icons/catalog(não hásrc/icons.jsonlocal). Seção "Adding New Icons" reescrita para apontar a fluxo correto viapnpm --filter @aziontech/icons build.index.htmlna raiz, não empublic/; sembabel.config.js).test:unit:watch; nota sobrepublishrodarazion deploy --local --debug(não publica em npm).ai: 88,pi: 314).Test plan
package.json.vite.config.jsevitest.config.js.packages/icons/dist/catalog.json.