https://github.com/chronosgit/kbtu-vue-lab-second
A repository for second laboratory work for KBTU "JS. Vue" course.
https://github.com/chronosgit/kbtu-vue-lab-second
Last synced: about 1 year ago
JSON representation
A repository for second laboratory work for KBTU "JS. Vue" course.
- Host: GitHub
- URL: https://github.com/chronosgit/kbtu-vue-lab-second
- Owner: chronosgit
- License: mit
- Created: 2024-09-14T14:19:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T09:26:57.000Z (over 1 year ago)
- Last Synced: 2025-05-18T12:09:05.290Z (about 1 year ago)
- Language: JavaScript
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laboratory work #2
## 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.
## Design
[Figma design.](https://www.figma.com/design/UtGRJLAdfd162yQo6hVOjk/Vue-js-Task)
## Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).