dirmeier / testing-svelte

Testing Svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Svelte

Project Status

Testing the web-framework Svelte

About

This repository is just a test of Svelte+Tailwind as a possible replacement for my Vue.js+Bulma stack. It uses postcss, autoprefixer, vite and a couple of other libraries I have never heared of befiore (see package.json).

Install

Install node via conda. Then call

npm create svelte@latest app

cd app

npm install -D tailwindcss postcss autoprefixer svelte-preprocess
npx svelte-add@latest tailwindcss

Then add+change svelte files.

Author

Simon Dirmeier sfyrbnd @ pm me

About

Testing Svelte

License:GNU General Public License v3.0


Languages

Language:JavaScript 86.3%Language:HTML 7.2%Language:CSS 6.5%