Skip to content

Instantly share code, notes, and snippets.

@lifeart
Last active September 8, 2021 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lifeart/43ade02d32806b96a9da45dcf62be0ef to your computer and use it in GitHub Desktop.
Save lifeart/43ade02d32806b96a9da45dcf62be0ef to your computer and use it in GitHub Desktop.
OSS readme.md

Application Name Gitter

Philosopher’s stone, logo of PostCSS

This is fancy application or library description. Only main points why it's so cool. Should be quite long list, to keep image height in correct spacing.

Table of Contents

Description

Currently, PostCSS has more than 200 plugins. You can find all of the plugins in the [plugins list] or in the [searchable catalog]. Below is a list of our favorite plugins — the best demonstrations of what can be built on top of PostCSS.

Motivation

Why this library/application exists, main bullets

  • 💡 Instant Server Start
  • ⚡️ Lightning Fast HMR
  • 🛠️ Rich Features
  • 📦 Optimized Build
  • 🔩 Universal Plugin Interface
  • 🔑 Fully Typed APIs

Documentation

In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.

Read the Docs to Learn More.

Installation

npm install @epam/my-app          |          yarn install @epam/my-app

Examples

Basic usage example:

import { startApp } from '@epam/my-app';

startApp(document.querySelector('#app'));

Super usage example:

import { applicationLoader } from '@epam/my-app';

applicationLoader.configure({ root: '#app' }).start()

FAQ

Does Lib working for IE?

Our lib can be used to translate modern syntax into IE 10 and IE 11 syntax, but this polyfill will not work in 100% of cases. This is why it is disabled by default.

You need to test every fix with Grid in IE. It is not an enable and forget feature, but it is still very useful. Financial Times and Yandex use it in production.

If you are not using the autoplacement feature, the best way to use our-lib is by using grid-template or grid-template-areas.

Community:

Quick start:

To check out live examples and docs, visit vuejs.org.

Packages

Project Status Description
[vue-router] [![vue-router-status]][vue-router-package] Single-page application routing
[vuex] [![vuex-status]][vuex-package] Large-scale state management
[vue-cli] [![vue-cli-status]][vue-cli-package] Project scaffolding
[vue-loader] [![vue-loader-status]][vue-loader-package] Single File Component (*.vue file) loader for webpack
[vue-server-renderer] [![vue-server-renderer-status]][vue-server-renderer-package] Server-side rendering support
[vue-class-component] [![vue-class-component-status]][vue-class-component-package] TypeScript decorator for a class-based API
[vue-rx] [![vue-rx-status]][vue-rx-package] RxJS integration
[vue-devtools] [![vue-devtools-status]][vue-devtools-package] Browser DevTools extension

Changelog

Detailed changes for each release are documented in the release notes.

Contribution

See Contributing Guide.

License

MIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment