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.
- Host: GitHub
- URL: https://github.com/chronosgit/kbtu-vue-lab-first
- Owner: chronosgit
- License: mit
- Created: 2024-09-05T16:50:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T14:18:17.000Z (almost 2 years ago)
- Last Synced: 2025-06-13T08:48:40.811Z (about 1 year ago)
- Language: Vue
- Size: 475 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).