srcdev-nuxt-forms
v2.1.4
Published
## NOTE: This is personal forms setup and not necessarily intended for widespread use
Downloads
776
Readme
Nuxt Forms Layer
NOTE: This is personal forms setup and not necessarily intended for widespread use
Layer extended into barebones project
Checkout the repo SRCDEV Nuxt Forms being extended as layer into another Nuxt project
Setup
Make sure to install the dependencies:
npm install
Distributing your theme
Release it
CLI Prompt assisted release and versioning
npm run release
Install Nuxt Forms
npm install --save srcdev-nuxt-forms
Then add the dependency to their extends
in nuxt.config
:
defineNuxtConfig({
extends: 'srcdev-nuxt-forms',
});
Development Server
Start the development server on http://localhost:3000
npm dev
Production
Build the application for production:
npm build
Or statically generate it with:
npm generate
Locally preview production build:
npm preview
Themes
Styles exist for multiple themes/variants, primary, secondary, tertiary, error etc.
Colour scheme can be updated by modifying the css colour variables