Package Exports
- @inkline/inkline
Readme
Inkline
Inkline is the customizable Vue.js UI/UX Library designed for creating flawless responsive websites. Inkline is written and maintained by @alexgrozav.
Homepage
·
Documentation
·
Issue Tracker
Table of contents
- Installation
- Join the beta
- Bugs and feature requests
- Contributing
- Community
- Releases
- Versioning
- Creators
- Copyright and license
Installation
Read the Getting Started page and find information on framework contents, templates, examples, and more.




Join the beta
The beta version for Inkline 3 (compatible with Vue 3) is finally out! Here are some basic installation instructions. Keep in mind that the beta is still subject to change.
npm install @inkline/inkline@next
import { createApp } from 'vue'
import '@inkline/inkline/inkline.scss';
import Inkline from '@inkline/inkline/inkline';
import App from './App.vue'
const app = createApp(App);
app.use(Inkline);
app.mount('#app');
Bugs and feature requests
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Community
Get updates on Inkline's development and chat with the project maintainers and community members.
- Follow @inkline on Twitter.
- Join Inkline on Discord.
- Developers should use the keyword
inkline
on packages which modify or add to the functionality of Inkline when distributing through npm or similar delivery mechanisms for maximum discoverability.
Releases
Previous releases and their documentation are also available for download.
Versioning
For increased transparency and backward compatibility, Inkline is maintained under the Semantic Versioning guidelines.
Creators
Alex Grozav
Contributing
Please read through our contributing guidelines. There you can find directions for opening issues, feature requests, coding standards, and how to setup a local development environment.
Thanks goes to these wonderful people:
Copyright and license
Code copyright 2017-2020 Inkline Authors. Code released under the MIT License.