0.9.16 • Published 22 days ago

polaris-core v0.9.16

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

Polaris Core (v0.9.16 Beta)

Polaris is a front-end web framework for creating responsive UI components, with a focus on simplicity.

Polaris framework is divided into two parts: Core & Plugins

Polaris Core consists of generic components and features that almost every web application needs.

Notice! This repository belongs to Polaris Core only. For more details please check the Main Repository.

Documentation

Coming soon...

Audiences

Polaris framework is built for front-end web app developers and designers.

Prerequisites

  • A basic knowledge about HTML, CSS, and JavaScript.
  • A basic knowledge about Sass*.
  • A basic knowledge about TypeScript*.
  • A basic knowledge about webpack*.

*These prerequisites are only required for developers.

Dependencies

In order to use Polaris framework in production you don't need to use any other packages or libraries.

However, to use it in a development environment, it depends on:

Get Started

Install via npm

npm install polaris-core

Use Polaris CDN

Coming soon...

Download Polaris

Download Polaris Core

Clone Polaris

You can also clone Polaris using git:

git clone https://github.com/heminsatya/polaris-core.git

Customize Polaris

Polaris Structure

Before customization of Polaris framework, you need to know a bit about it's structure:

/dist
    /css
    /fonts
    /images
    /js
/src
    /scss
    /ts

dist folder consists of all compiled files that you can use in production.

src folder consists of all source files that need to be complied during the development.

Customization

In order to customize Polaris framework, first you need to download or clone it, then you need to follow a few easy steps:

  • Open up your favourite CLI program.
  • Change directory to the path where Polaris framework extracted:
cd path-to/polaris-core/
  • Install packages by:
npm install

Now, you have everything set-up. You can customize it however you want.

Rebuild Polaris

Next step after customization of Polaris is to rebuild CSS, and JavaScript libraries.

To rebuild the CSS libraries run:

npm run css
npm run css-dev
npm run css-rtl
npm run css-rtl-dev

To rebuild the JavaScript libraries run:

npm run js-mod
npm run js
npm run js-dev

About The Author

I'm Hemin Satya, a freelance programmer.

Please let me know your precious comments, observations, and suggestions: (GitHub) (Twitter)

Thank you all.

Collaboration

Polaris framework is in a beta version and has a long way ahead. It needs contribution to be developed.

I warmly accept and appreciate any contribution requests from anyone who wants to work on this open-source project.

I will do my best to make it something magnificent for all of us. I hope you like it.

Bug Report

If you saw any bugs or mistakes, please let me know. I'll do my best to solve them or at least reduce them asap.

Report Issues

0.9.16

22 days ago

0.9.15

6 months ago

0.9.14

8 months ago

0.9.12

11 months ago

0.9.13

11 months ago

0.9.11

12 months ago

0.9.9

1 year ago

0.9.10

1 year ago

0.9.8

1 year ago

0.9.7

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.6

1 year ago

0.9.5

1 year ago

0.9.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago