Skip to content

c9 EC (Nuxt 4)

Frontend e-commerce application built with Nuxt 4

Tech Stack

  • Nuxt 4
  • Vue 3
  • Pinia
  • VueUse
  • Nuxt UI
  • i18n
  • Zod
  • VeeValidate

Development

bash
yarn install
yarn dev    # http://localhost:3010

Scripts

ScriptCommand
yarn buildnuxt build
yarn devnuxt dev --port 3010
yarn generatenuxt generate
yarn previewnuxt preview
yarn postinstallnuxt prepare
yarn linteslint .
yarn lint:fixeslint . --fix