An open API service indexing awesome lists of open source software.

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

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
```