https://github.com/boussadjra/alwasaet_coding_test
A coding test from Alwasaet to build an email template
https://github.com/boussadjra/alwasaet_coding_test
emailtemplate script-setup typescript vue-composition-api vuejs3
Last synced: 9 months ago
JSON representation
A coding test from Alwasaet to build an email template
- Host: GitHub
- URL: https://github.com/boussadjra/alwasaet_coding_test
- Owner: boussadjra
- Created: 2023-05-19T16:20:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T17:07:34.000Z (over 2 years ago)
- Last Synced: 2025-02-25T12:03:00.712Z (10 months ago)
- Topics: emailtemplate, script-setup, typescript, vue-composition-api, vuejs3
- Language: Vue
- Homepage: https://alwasaet-coding-test.vercel.app
- Size: 430 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alwasaet_coding_test
This template is an email template for alwasaet coding test. to build it I used my skills in Vue 3, Composition API, SCSS, and TypeScript.
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```