0.0.10 • Published 3 years ago

create-bto-ui v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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
0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago