create-strve

Strve.js project scaffolding tools.

Usage no npm install needed!

<script type="module">
  import createStrve from 'https://cdn.skypack.dev/create-strve';
</script>

README

Create Strve

Strve.js project scaffolding tools.

Introduce

Create Strve is a project building tool based on Strve.js, you can use it to build pages more conveniently and flexibly. Create Strve is built with Vite, it is a new front-end construction tool that can significantly improve the front-end development experience.

Install

Global installation

npm install create-strve -g

View version

create-strve -v

Initialize the project

create-strve init <projectName>

Start up

yarn dev
# OR
npm run dev

Build

yarn build
# OR
npm run build

Configuration

Because create-strve is built with Vite, you can follow the convention configuration of Vite for custom configuration create-strve.

Documentation

To learn more about Strve, check its documentation.

License

MIT

Copyright (c) 2021-present, maomincoding