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

https://github.com/chronosgit/kbtu-vue-lab-first

A repository for first laboratory work for KBTU "JS. Vue" course.
https://github.com/chronosgit/kbtu-vue-lab-first

Last synced: 5 months ago
JSON representation

A repository for first laboratory work for KBTU "JS. Vue" course.

Awesome Lists containing this project

README

          

# Laboratory work #1

## Setup

1. Pull the project.
2. Run `npm install` to install the necessary packages.
3. Run `npm run serve`, which compiles and supports hot-reloads for development purposes.
4. **OR**, run `npm run build`, which compiles and minifies for production.
5. Also, run `npm run lint` for linting and fixing files.

## Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).