You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.. | ||
public | 8 months ago | |
src | 8 months ago | |
.browserslistrc | 8 months ago | |
.editorconfig | 8 months ago | |
.gitignore | 8 months ago | |
README.md | 8 months ago | |
index.html | 8 months ago | |
jsconfig.json | 8 months ago | |
package.json | 8 months ago | |
vite.config.js | 8 months ago |
README.md
default
Project setup
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
Compiles and hot-reloads for development
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
Compiles and minifies for production
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build