0.7.0 • Published 11 months ago

@flowforge/forge-ui-components v0.7.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

FlowForge UI Components

Detailed documentation on each of the available components (including examples) can be found here: https://flowforge.github.io/forge-ui-components/

How to use

In order to include these Vue components into an existing VueJs project, include the following in your main.js file:

// Import FlowForge UI Vue Components
import ForgeUIComponents from '@flowforge/forge-ui-components'
// Import FlowForge UI Component Styling
import '@flowforge/forge-ui-components/dist/forge-ui-components.css'

createApp()
    .use(ForgeUIComponents)
    .mount(...)

Contributing

Build Library

npm install
npm run build

In order to build the project, ready for publishing and use, run the npm run build command. This will output three files: into /dist:

/dist/forge-ui-components.css
/dist/forge-ui-components.js
/dist/forge-ui-components.mjs

Build Documentation

npm run build-docs

The GitHub pages documentation is built into /dist/docs (defined in vue.config.js). It is configured as a subtree of the GitHub repo on the gh-pages branch.

Running Documentation

npm run serve

The documentation should then become available at http://localhost:8080 (or the next available port)

References

Project structure inspired by: https://blog.logrocket.com/building-vue-3-component-library/

0.6.4

11 months ago

0.7.0

11 months ago

0.6.3

12 months ago

0.5.4

1 year ago

0.6.2

1 year ago

0.5.5

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.6

1 year ago

0.5.0

1 year ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago