This package has been deprecated

Author message:

No longer supported.

jaid-web

0.10.2 • Public • Published

jaid-web

jaid-web contains React components, utilities and templates for a quick and efficient web app setup using:

⚠️ This project is currently in alpha, may break your stuff and should be used for inspiration rather than installation.

Installation

Latest "stable" version

npm

npm install --save jaid-web

Yarn

yarn add jaid-web

Latest build

npm

npm install github:jaid/jaid-web

Yarn

yarn add github:jaid/jaid-web

Using the React components

import React from "react"
import { ImageOpener } from "jaid-web"

You can find a list of all components here.

Using as Boilerplate

Get a copy of the boilerplate

git clone https://github.com/Jaid/jaid-web.git jaid-web
git init NEW_PROJECT
cd NEW_PROJECT
cp --recursive ../jaid-web/example/. .
yarn add jaid-web
git add -A
git commit -a -m "Initial commit based on jaid-web boilerplate"

Files to change now

  • package.json
  • config/app_description.js
  • config/header_links.yml
  • public/icon_1080.png
  • src/pages/index/index.jsx

Readme

Keywords

none

Package Sidebar

Install

npm i jaid-web

Weekly Downloads

4

Version

0.10.2

License

MIT

Last publish

Collaborators

  • jaid