https://github.com/vdistortion/bitrix24-pricing-app
Приложение для создания расценок в Битрикс24
https://github.com/vdistortion/bitrix24-pricing-app
bitrix24 bx24 scss typescript vue
Last synced: over 1 year ago
JSON representation
Приложение для создания расценок в Битрикс24
- Host: GitHub
- URL: https://github.com/vdistortion/bitrix24-pricing-app
- Owner: vdistortion
- License: gpl-3.0
- Created: 2024-06-06T18:54:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T15:58:16.000Z (over 1 year ago)
- Last Synced: 2024-10-08T16:27:22.115Z (over 1 year ago)
- Topics: bitrix24, bx24, scss, typescript, vue
- Language: Vue
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitrix24-pricing-app
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).
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm ci
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
---
Based on [bitrix24-create-app@2.2.0](https://www.npmjs.com/package/bitrix24-create-app/v/2.2.0)