Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/george-miao/vipine


https://github.com/george-miao/vipine

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Vipine

Template for simple one page html, with elegant style of TailwindCSS and powerful AlpineJS.

## Features

- [x] AlpineJS
- [x] PostCSS
- [x] TailwindCSS
- [x] CSS nesting support - use with css variables to replace postprocessor
- [x] Out of box Typescript support\*
- [x] Rapid development experience brought by Vite

\* Only in .ts files, not in html/AlpineJS unfortunately

## Usage

Use `degit` to use the template

```bash
$ degit George-Miao/vipine MyProject
$ cd MyProject
$ yarn # or npm i
$ yarn dev # or npm run dev
```

Open browser and go to `localhost:4000`, now you should be able to see the page!