0.0.8 โ€ข Published 2 years ago

@limhs/my-vue-component v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Intake Control frontend components ๐ŸŒˆ

Frontend Component Library for Intake Control build on top of Lumos-components.

Written in Vue 3.0 and Typescript.

A directory top level layout diagram

Steps to cover For local setup,

1: Clone the Repository

2: npm install.

3: npm run dev.

4: npm run test.

โ”œโ”€โ”€ ...
โ”œโ”€โ”€ assets                        # handel all assets like fonts/media files
โ”œโ”€โ”€ components                    # Components files
โ”‚   โ”œโ”€โ”€ InstoLink                 # Component folder 
|   |  |โ”€โ”€index.ts                # Exit point 
|   |  |โ”€โ”€instolink.scss          # All styles 
|   |  |โ”€โ”€Instolink.vue           # Component logic 
|   |  |โ”€โ”€Instolink.test.ts
โ”‚   โ”œโ”€โ”€ InputGroup                 
|   |  |โ”€โ”€index.ts               
|   |  |โ”€โ”€Inputgroup.scss         
|   |  |โ”€โ”€Inputgroup.vue           
|   |  |โ”€โ”€Inputgroup.test.ts
โ”œโ”€โ”€ hooks                         # hooks for components
โ”œโ”€โ”€ types                         # types for components
โ”œโ”€โ”€ constants                     # service calls and constants object
โ”œโ”€โ”€ models                        # reusable strings like positions,colors,sizes 
โ”œโ”€โ”€ styles                        # Style factors like variables and animated classes
โ”œโ”€โ”€ mocks                         # any mock data for components/stories
โ”œโ”€โ”€ Sandbox.vue                   # Main entrypoint for playground
โ”œโ”€โ”€ SandboxData.js                # All playground data
โ”œโ”€โ”€ index.ts                      # All components and filex export config
โ””โ”€โ”€ ...

See the Sandbox at ๐Ÿš€ localhost:3000

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago