0.0.1 • Published 4 years ago
@elevenia/edts-ui-core v0.0.1
EDTS UI
A brief description of what this project does and who it's for.
Installation
Install @elevenia/edts-ui with npm:
npm install @elevenia/edts-ui tailwindcss postcss autoprefixer -Dor yarn:
yarn add @elevenia/edts-ui tailwindcss postcss autoprefixer --devInitialize tailwindcss config with running:
npx tailwindcss init -pImport @elevenia/edts-ui as tailwindcss plugin in tailwind.config.js file:
module.exports = {
//...
plugins: [
require('@elevenia/edts-ui')
]
}For more information about tailwindcss installation, please click here.
Run Locally
Clone the project
git clone https://bitbucket.org/edts/master-ui-tailwind.gitGo to the project directory
cd master-ui-tailwindInstall dependencies
yarn installRun lerna bootstrap
lerna bootstrapStart development server
yarn docs:devUsage/Examples
import Component from 'my-project'
function App() {
return <Component />
}0.0.1
4 years ago