@finema/core
TypeScript icon, indicating that this package has built-in type declarations

1.4.117 • Public • Published

@finema/core Nuxt Module

✨  Release Notes

Starter template

https://gitlab.finema.co/finema/nuxt3-template-with-uikit

Remark

  • Temporary use resolutions for vue 3.3.13 instead of ^3.4.0 due to this issue and planned to be fixed in the next vue 3.5 version.

Quick Setup

  1. Add @finema/core dependency to your project
# Using pnpm
pnpm add -D @finema/core

# Using yarn
yarn add --dev @finema/core
  1. Add @finema/core to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    '@finema/core'
  ]
})

That's it! You can now use @finema/core in your Nuxt app ✨

Development

# Install dependencies
pnpm install

# Generate type stubs
pnpm dev:prepare

# Develop with the playground
pnpm dev

# Build the playground
pnpm dev:build

# Run ESLint
pnpm lint

# Run Vitest
pnpm test
pnpm test:watch

# Release new version
pnpm release

Readme

Keywords

none

Package Sidebar

Install

npm i @finema/core

Weekly Downloads

144

Version

1.4.117

License

MIT

Unpacked Size

280 kB

Total Files

240

Last publish

Collaborators

  • long-finema
  • npm-finema