TwicPics Components Sample
This directory contains sample projects for all supported frameworks.
Content
subdirectory | content |
---|
samples/_ | sample component |
samples/angular11 | Angular 11 version 11 sample project |
samples/angular12 | Angular 12 version 12 sample project |
samples/angular13 | Angular 13 version 13 sample project |
samples/angular14 | Angular 14 version 14 sample project |
samples/angular15 | Angular 15 version 15 sample project |
samples/angular16 | Angular 16 version 16 sample project |
samples/gatsby | Gatsby sample project |
samples/next | Next.js sample project |
samples/nuxt | Nuxt.js sample project |
samples/react | React sample project |
samples/svelte3 | Svelte version 3 sample project |
samples/svelteKit | SvelteKit sample project |
samples/vue2 | Vue.js version 2 sample project |
samples/vue3 | Vue.js version 3 sample project |
All sample projects make use of the sample component.
Usage
You must first build @twicpics/components
using yarn build
at the root of the repository.
Then, for each sample project, enter the corresponding directory, type yarn serve
and point your browser towards http://localhost:3000
.