https://github.com/vdistortion/bitrix24-create-app
Интерфейс командной строки для установки шаблонов приложений Angular/Vue
https://github.com/vdistortion/bitrix24-create-app
angular bitrix24 bx24 scss typescript vue
Last synced: 3 months ago
JSON representation
Интерфейс командной строки для установки шаблонов приложений Angular/Vue
- Host: GitHub
- URL: https://github.com/vdistortion/bitrix24-create-app
- Owner: vdistortion
- License: gpl-3.0
- Created: 2020-09-17T17:16:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T12:47:36.000Z (7 months ago)
- Last Synced: 2024-10-08T16:27:20.697Z (7 months ago)
- Topics: angular, bitrix24, bx24, scss, typescript, vue
- Language: Vue
- Homepage: https://zvalentin.ru/bitrix24-create-app/
- Size: 1.91 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitrix24-create-app
[](https://www.npmjs.com/package/bitrix24-create-app)
[](https://www.npmjs.com/package/bitrix24-create-app)
[](https://www.npmjs.com/package/bitrix24-create-app)
[](https://github.com/vdistortion/bitrix24-create-app)
[](https://github.com/vdistortion/bitrix24-create-app)
[](https://github.com/vdistortion/bitrix24-create-app)
Command line for create a project with your own templates
### Templates
* [ng-template](https://github.com/vdistortion/bitrix24-create-app/tree/master/templates/ng-template#readme) (Angular 18, RxJS, TypeScript, SCSS, [bitrix24-library](https://www.npmjs.com/package/bitrix24-library))
* [vue-template](https://github.com/vdistortion/bitrix24-create-app/tree/master/templates/vue-template#readme) (Vue 3, Pinia, TypeScript, SCSS, [vue-bitrix24](https://www.npmjs.com/package/vue-bitrix24), [bitrix24-library](https://www.npmjs.com/package/bitrix24-library))### Use
```sh
npx bitrix24-create-app@latest
```
```sh
cd testproject
git init
```