UNPKG
@delft-hyperloop/create-serpenta-app
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
A starter template for working with serpenta. Creates the routes and Tauri base files
@delft-hyperloop/create-serpenta-app
/
template
/
postcss.config.cjs
6 lines
•
75 B
JavaScript
View Raw
1
2
3
4
5
6
module.exports
=
{
plugins:
{
tailwindcss:
{},
autoprefixer:
{}, }, }