SimbaNinja917 / nuxt3-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Vueform

Vueform Nuxt 3 + Tailwind CSS 3 Boilerplate

Last tested with Nuxt 3.0.0-rc.10

Installation (free)

  1. Clone this repo with:
    git clone https://github.com/vueform/nuxt3-starter vueform-nuxt3-starter
  2. Log in to your account at vueform.com/sign-in
  3. Go to Projects > + New project
  4. Create a new project and copy your API Key to vueform.config.js
  5. Go to project folder cd vueform-nuxt3-starter

npm

  1. Run npm install to install dependencies
  2. Run npm run dev to start the server

yarn

  1. Run yarn install to install dependencies
  2. Run yarn run dev to start the server

Installation (with license)

  1. Clone this repo with:
    git clone https://github.com/vueform/nuxt3-starter vueform-nuxt3-starter
  2. Log in to your account at vueform.com/sign-in
  3. Go to Projects > + New project
  4. Add localhost and live domains to Project domains and create the project
  5. Download the latest vueform-x.x.x-hash.zip file and unzip it
  6. Move the contents of the unzipped folder to this projects's ./packages/vueform folder (./packages/vueform/index.js must exist)
  7. Change "@vueform/vueform": "^1.2.6" to "@vueform/vueform": "file:./packages/vueform" in package.json
  8. Go to project folder cd vueform-nuxt3-starter

npm

  1. Run npm install to install dependencies
  2. Run npm run dev to start the server

yarn

  1. Run yarn install to install dependencies
  2. Run yarn run dev to start the server

Demo

Go to http://localhost:3000 and you should see the following screen:

Vueform


About Vueform

Vueform

Vueform is the industry leading form builder for Vue.js that makes form development a breeze. It standardizes and handles the entire form building process, including:

  • a complete theming and templating system with Tailwind support
  • 25+ form elements with multi-file uploads, date pickers and rich text editor
  • element nesting and repeating
  • 50+ validators with async, dependent and custom rules
  • conditional logic on element & form level
  • breaking forms into steps with form wizard
  • dynamic form rendering with JSON support
  • translating form content and global i18n support.

Learn more: https://vueform.com

About


Languages

Language:Vue 50.0%Language:JavaScript 32.8%Language:TypeScript 14.3%Language:CSS 2.8%