1.1.9 • Published 2 years ago
@atlasintelligence/ui v1.1.9
Atlasintelligence UI toolkit
Quick Setup
- Add
@atlasintelligence/uidependency to your project
# Using pnpm
pnpm add -D @atlasintelligence/ui
# Using yarn
yarn add @atlasintelligence/ui
# Using npm
npm install --save-dev @atlasintelligence/ui- Add
@atlasintelligence/uito themodulessection ofnuxt.config.ts
export default defineNuxtConfig({
modules: [
'@atlasintelligence/ui'
]
})That's it! You can now use the atlas component library in your Nuxt app ✨
Development
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run releaseUsage
a-layout //- provides reset.styl and typography.styl. loads inter font.
a-button(to="/bla" secondary)
a-code-block(:data="data")