2025-06-08 16:38:34 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-30 19:04:19 +09:00
2025-05-24 01:47:40 +09:00
2025-06-03 17:17:44 +09:00
2025-05-30 19:04:19 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-06-08 16:38:34 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-06-08 16:38:34 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-24 01:47:40 +09:00
2025-05-30 19:06:23 +09:00
2025-06-08 16:38:34 +09:00

Vuero - The demo application

cssninja-discord

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.

  1. Nodejs LTS (LTS or Current version) installed
  2. (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
No description provided
Readme 38 MiB
Languages
Vue 54.2%
SCSS 23.6%
TypeScript 14.3%
CSS 7.5%
JavaScript 0.1%
Other 0.2%