Skip to content

bettertradeoff/create-bto-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published