Criando sua biblioteca Svelte
  • Estrutura de Arquivos gerados
  • README
  • Migrando sua biblioteca Svelte para Svelte com typescript
Powered by GitBook
On this page

Was this helpful?

Estrutura de Arquivos gerados

Após seguir o tutorial sua estrutura de arquivos deve ficar da seguinte maneira:

svelte-error-screen
├── node_modules
├── package.json
├── rollup.config.js
├── yarn.lock
├── public
│   ├── build
│   └── index.html
├── src
│   └── index.svelte
└── doc
    ├── App.svelte
    └── main.js
NextREADME

Last updated 2 years ago

Was this helpful?