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

https://github.com/07rinat07/vue-composition-api

Educational project and the purpose of which is practice. Development of a real project in Vue using the Composition API and subsequent deployment to production.
https://github.com/07rinat07/vue-composition-api

api html5 js tailwindcss vuejs

Last synced: 9 months ago
JSON representation

Educational project and the purpose of which is practice. Development of a real project in Vue using the Composition API and subsequent deployment to production.

Awesome Lists containing this project

README

          

# ontrack

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```
### How to deploy a finished project
* Getting started with Surge
1. npm run build
2. sudo npm install --global surge
3. surge dist
4. When prompted, enter your email address and password to register and receive your free domain. Copy the project address on the command line.