JSPM

@inkline/inkline

1.8.12
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3576
  • Score
    100M100P100Q118940F
  • License MIT

Inkline is a modern UI/UX framework for Vue.js, designed for creating flawless content-rich responsive web applications

Package Exports

  • @inkline/inkline
  • @inkline/inkline/src/helpers
  • @inkline/inkline/src/helpers/index
  • @inkline/inkline/src/index

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@inkline/inkline) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Inkline logo

Inkline

Inkline is a modern UI/UX framework designed for creating flawless responsive websites. Inkline is written and maintained by @alexgrozav.

Documentation · Issue Tracker · Themes


npm version Build Coverage Status dependencies status Downloads Discord

Table of contents

Installation

Read the Getting started page for information on the framework contents, templates, examples, and more.

  • Install with npm:
npm install --save @inkline/inkline
  • Install with yarn:
yarn add @inkline/inkline

Usage

First, import core styles, written in Stylus:

import '@inkline/inkline/index.styl';

If you already have your Webpack configuration ready for Vue, importing the framework is as simple as:

import Vue from 'vue';
import Inkline from '@inkline/inkline';

Vue.use(Inkline);

Alternatively, you can import components individually:

import { IButton } from '@inkline/inkline';

Vue.component(IButton.name, IButton);

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.

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Community

Get updates on Inkline's development and chat with the project maintainers and community members.

  • Follow @inklineUX on Twitter.
  • 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.

Creator

Alex Grozav

Code copyright 2017-2018 Inkline Authors. Code released under the MIT License.