0.1.0 • Published 4 months ago

mykademy-learner-student-dashboard v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

mykademy-learner-student-dashboard

test student_dashboard

NPM JavaScript Style Guide

Install

npm install --save mykademy-learner-student-dashboard

Usage

import React, { Component } from 'react'

import MyComponent from 'mykademy-learner-student-dashboard'
import 'mykademy-learner-student-dashboard/dist/index.css'
import 'mykademy-learner-student-dashboard/dist/scss/student-dashboard/main.css';

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Package linking is a two-step process:

Create a global symlink for a dependency with npm link. A symlink, short for symbolic link, is a shortcut that points to another directory or file on your system. Tell the application to use the global symlink with npm link mykademy-learner-student-dashboard.

Step 1.

git clone -b libraryintegration https://github.com/OliveMedia/VLE-MyKademy-Student-Dashboard.git // library*

Step 2.

cd ~/project_root npm install npm link
npm run build-css npm start

Step 3.

cd ~/project_root/example npm link mykademy-learner-student-dashboard
npm start npm adduser npm publish

0.1.0

4 months ago

0.0.9

4 months ago

0.0.8

6 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

10 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

1 year ago

0.0.1

1 year ago