1.1.5 • Published 1 year ago

create-strve v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 configurationcreate-strve.

Documentation

To learn more about Create Strve, check its documentation.

License

MIT

Copyright (c) 2021-present, maomincoding

1.1.5

1 year ago

1.1.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.0

3 years ago