ngocsangyem / aspire-challenge

The project focuses on creating a web application (inspired by the real Aspire application)

Home Page:aspire-challenge.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to aspire-challenge πŸ‘‹

Version Documentation Maintenance License: MIT Twitter: ngocsangyem CI: ngocsangyem

The project focuses on creating a web application (inspired by the real Aspire application)

Features

Features
Vue3 βœ…
Typescript βœ…
Pinia βœ…
Vue router βœ…
Tailwind βœ…
Vercel βœ…
Quasar βœ…
Test ❌

🏠 Homepage

✨ Demo

Recommended IDE Setup

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's Take Over mode by following these steps:

  1. Run Extensions: Show Built-in Extensions from VS Code's command palette, look for TypeScript and JavaScript Language Features, then right click and select Disable (Workspace). By default, Take Over mode will enable itself if the default TypeScript extension is disabled.
  2. Reload the VS Code window by running Developer: Reload Window from the command palette.

Install

npm install

Usage

npm run dev

Run tests

npm run test

Production

npm run build

Author

πŸ‘€ ngocsangyem

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2022 ngocsangyem.
This project is MIT licensed.

About

The project focuses on creating a web application (inspired by the real Aspire application)

aspire-challenge.vercel.app

License:MIT License


Languages

Language:Vue 81.4%Language:TypeScript 7.7%Language:JavaScript 5.1%Language:SCSS 5.0%Language:HTML 0.8%Language:CSS 0.1%