NsdHSO / landing-state-vex

https://nsdhso.github.io/landing-state-vex

Home Page:https://gentle-beijinho-f718a0.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

landing-state-vex

Motivation

    I want to experiment with vue.
    I'm an angular developer, but it seems to me that angular is in decline.
    It goes in a direction towards populism, this mentality is not always good for it.
    I want to create an application that has
  • Shell Page
  • Dashboard Page
    • Younger List
    • Meetings
  • Users page
  • Auth Page

Development

We can use FontawesomeIcon like <vex-icon :icon="['fas','user-secret']" />

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Playwright

# Install browsers for the first run
npx playwright install

# When testing on CI, must build the project first
npm run build

# Runs the end-to-end tests
npm run test:e2e
# Runs the tests only on Chromium
npm run test:e2e -- --project=chromium
# Runs the tests of a specific file
npm run test:e2e -- tests/example.spec.ts
# Runs the tests in debug mode
npm run test:e2e -- --debug

Lint with ESLint

npm run lint

About

https://nsdhso.github.io/landing-state-vex

https://gentle-beijinho-f718a0.netlify.app/


Languages

Language:Vue 64.9%Language:TypeScript 19.6%Language:CSS 7.9%Language:SCSS 6.3%Language:JavaScript 0.7%Language:HTML 0.5%Language:Shell 0.1%