Files
tp/begushiybashkir/vue/bashrunclub/README.md
T
valitovgaziz db66e5279b new file: begushiybashkir/vue/bashrunclub/.editorconfig
new file:   begushiybashkir/vue/bashrunclub/.gitattributes
	new file:   begushiybashkir/vue/bashrunclub/.gitignore
	new file:   begushiybashkir/vue/bashrunclub/.prettierrc.json
	new file:   begushiybashkir/vue/bashrunclub/.vscode/extensions.json
	new file:   begushiybashkir/vue/bashrunclub/README.md
	new file:   begushiybashkir/vue/bashrunclub/eslint.config.js
	new file:   begushiybashkir/vue/bashrunclub/index.html
	new file:   begushiybashkir/vue/bashrunclub/jsconfig.json
	new file:   begushiybashkir/vue/bashrunclub/package.json
	new file:   begushiybashkir/vue/bashrunclub/public/favicon.ico
	new file:   begushiybashkir/vue/bashrunclub/src/App.vue
	new file:   begushiybashkir/vue/bashrunclub/src/components/common/Footer.vue
	new file:   begushiybashkir/vue/bashrunclub/src/components/common/Header.vue
	new file:   begushiybashkir/vue/bashrunclub/src/components/common/Navigation.vue
	new file:   begushiybashkir/vue/bashrunclub/src/main.js
	new file:   begushiybashkir/vue/bashrunclub/src/router/index.js
	new file:   begushiybashkir/vue/bashrunclub/src/stores/auth.js
	new file:   begushiybashkir/vue/bashrunclub/src/stores/counter.js
	new file:   begushiybashkir/vue/bashrunclub/src/views/About.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/Achivements.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/Gallery.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/Home.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/Login.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/Members.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/News.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/Profile.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/Register.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/Reviews.vue
	new file:   begushiybashkir/vue/bashrunclub/src/views/Training.vue
	new file:   begushiybashkir/vue/bashrunclub/vite.config.js
	new file:   begushiybashkir/vue/package-lock.json
	new file:   begushiybashkir/vue/package.json
start new BegushiyBashkir club project on vue3
2025-09-30 04:28:55 +05:00

45 lines
1.1 KiB
Markdown

# bashrunclub
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
- [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters)
- Firefox:
- [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
- [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
## Customize configuration
See [Vite Configuration Reference](https://vite.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
```