mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-17 22:30:26 +09:00
main
Vuero - The demo application
This repository contains the source code for the Vuero live demo at https://vuero.cssninja.io.
💡 Prerequisites
Read the online documentation for more information on how to use the packages.
- Nodejs LTS (LTS or Current version) installed
- (recommended) VSCode with Vue Extension
You can also give a try to Bun as an alternative to Node.js.
Quickstart
# Check dependencies
node -v # v20.x.x
corepack enable
corepack prepare pnpm@latest --activate
pnpm -v # v9.x.x
# Start project
pnpm install
pnpm dev # or any other command below
Read more about installation on https://docs.cssninja.io/vuero/getting-started/installation.html
🤖 Available commands
| Command | Description |
|---|---|
dev |
Start the development server in SPA mode |
build |
Build SPA mode for production |
start |
Run start:vite and start:json-server |
start:vite |
Serve static ./dist folder (for SPA/SSG) |
start:json-server |
Start fake static API |
ssr:dev |
Start the development server in SSR mode |
ssr:build |
Build SSR mode for production |
ssr:start |
Start the SSR server in production mode |
ssg:build |
Build SSG mode for production |
ssg:start |
Start the SSG server in production mode |
lint |
Run eslint and stylelint in fix mode |
test |
Run lint and typescript checker |
You can also have access to the private github repo, so you can view the source code history and submit issues. To do so, create an account and verify your envato purchase on https://cssninja.io/faq/github-access.
Description
Languages
Vue
54.2%
SCSS
23.6%
TypeScript
14.3%
CSS
7.5%
JavaScript
0.1%
Other
0.2%