8000 GitHub - leonardonicola/orion: Opinated Vue starter template using FSD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leonardonicola/orion

Repository files navigation

Orion

Opinated boilerplate using Feature Sliced Design and other patterns for a robust and scalable project structure.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Run End-to-End Tests with Playwright

# Install browsers for the first run
pnpm exec playwright install

# When testing on CI, must build the project first
pnpm build

# Runs the end-to-end tests
pnpm test:e2e

Lint with ESLint

pnpm lint

About

Opinated Vue starter template using FSD

Topics

Resources

Stars

Watchers

Forks

0