This package has been deprecated

Author message:

deprecato

apparound-design-lab

2019.4.1 • Public • Published

The Apparound UI Framework

alt text

Prerequisites

  • Install Node.js 6.10.*. To check your installed version run node --version
  • Update npm to the last version npm install -g npm@latest or ensure that you have installed at least the version 5.X. To check your installed version run npm --version

Setup

You should configure npm to make it pointing to the Apparound internal repository.

Go to TSF -> Connect to feed -> npm in order to generate the credentials and copy them into the .npmrc file placed in your user profile folder. (e.g. C:\Users\John\.npmrc for Windows users or ~/.npmrc for Linux/Mac OS X users)

Read this page for more informations.

Usage

  • You can use the npm package published on the Apparound's internal repository
    • Run npm install --save apparound-design-lab@latest
  • If you need to use your local framework repository, for example when you have to fix a bug on the framework
    • Run npm link <path of your local framework repository>/dist to link the package
    • Run npm unlink <path of your local framework repository>/dist to unlink the package
  • Include the main.css file using ES6 import
import 'apparound-design-lab/css/main.css'
  • Include what you need using scss (e.g. custom.scss)
@import
'~apparound-design-lab/scss/abstracts/variables',
'~apparound-design-lab/scss/abstracts/functions',
'~apparound-design-lab/scss/abstracts/mixins',
'~apparound-design-lab/scss/abstracts/placeholders';
// Custom styles for specific customisation
@import
'custom/salesTracker';
  • Include your custom scss
import '<local path of your file>/<your file>.scss'

If you need to include the framework manually:

Development

Check the instructions contained in INSTRUCTIONS.md

Package Sidebar

Install

npm i apparound-design-lab

Weekly Downloads

1

Version

2019.4.1

License

MIT

Unpacked Size

20.7 MB

Total Files

289

Last publish

Collaborators

  • eledda