0.0.4 • Published 8 months ago

create-vite-ssg v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

create-vite-ssg

A simple template for scaffolding a static html website project using markdown files & vite. Powered by andrew-chang-dewitt/vite-plugin-static-md.

Usage

Create a new project with

npm create vite-ssg@latest <project-name>

then follow the prompts to select the right options for your project. After initialization, set up your dev environment by running

cd <project-name>
npm i

then start the dev server (powered by vite) using

npm run dev

and open the link given in the command's output (typically localhost:5173) to see your changes update as you save your files.

0.0.3

8 months ago

0.0.2

8 months ago

0.0.4

8 months ago

0.0.1

8 months ago

0.0.1-alpha.3

8 months ago

0.0.1-alpha.2

8 months ago

0.0.1-alpha.1

8 months ago