Skip to content

yusufgns/LefineApp

 
 

Repository files navigation

Lefine

Web application for stream and view videos with your friends.

Folder Structure

├── src/
│   ├── assets # Static assets
│   ├── components # Reusable components
│   ├── router  # Vue Router configuration
│   ├── stores # Pinia stores
│   ├── types # TypeScript types
│   ├── utils # functions that are common, helpers, etc.
│   └── views # Pages
│       └── auth # a page
│          ├── store # store for this page logic
│          ├── router # router
│          ├── compositions/composables 
│          └── types 
└── main.ts # Project entry point

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Run Tests On Watch Mode

pnpm test

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint

Format with Prettier

pnpm format

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.4%
  • CSS 14.7%
  • TypeScript 10.0%
  • JavaScript 4.9%
  • Other 1.0%