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.
- Host: GitHub
- URL: https://github.com/07rinat07/vue-composition-api
- Owner: 07Rinat07
- Created: 2023-05-13T17:57:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T08:12:58.000Z (about 2 years ago)
- Last Synced: 2025-02-12T20:18:02.632Z (11 months ago)
- Topics: api, html5, js, tailwindcss, vuejs
- Language: JavaScript
- Homepage: https://grotesque-stone.surge.sh/#timeline
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.