Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/george-miao/vipine
https://github.com/george-miao/vipine
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/george-miao/vipine
- Owner: George-Miao
- Created: 2022-01-02T20:37:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T03:58:58.000Z (over 2 years ago)
- Last Synced: 2023-03-04T22:50:37.850Z (over 1 year ago)
- Language: HTML
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!