create-bto-ui

0.0.10 • Public • Published

create-bto-ui

With NPM:

npm init bto-ui <target-folder> --template <vue | react>

With Yarn:

yarn create bto-ui <target-folder> --template <vue | react>

Getting Started

  • To Run this Scaffolding you need 3 Repository as dependency. It should be in the same root directory
    • bto-ui-shell - parent container that bootstrap user configuration, controls the view and routes

      git clone https://github.com/bettertradeoff/bto-ui-shell.git
    • bto-ui-shared - shared utility

      git clone https://github.com/bettertradeoff/bto-ui-shared.git
    • bto-ui-store - data layer repository

      git clone https://github.com/bettertradeoff/bto-ui-store.git

Folders structure

.<root-folder>
  ├── bto-ui-shell
  ├── bto-ui-shared  
  ├── bto-ui-store
  ├── bto-ui-<my-new-feature>
  |    ├─ src                                
  |    |  ├─ main.tsx
  |    |  ├─ App.tsx
  |    |  ├─ shims-vue.tsx
  |    |
  |    ├─ README.md 
  |    ├─ vite.config.ts 
  |    └─ package.json 

Run and Build

yarn serve

Readme

Keywords

none

Package Sidebar

Install

npm i create-bto-ui

Weekly Downloads

0

Version

0.0.10

License

MIT

Unpacked Size

19.4 kB

Total Files

28

Last publish

Collaborators

  • qoi