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:3010Scripts
| Script | Command |
|---|---|
yarn build | nuxt build |
yarn dev | nuxt dev --port 3010 |
yarn generate | nuxt generate |
yarn preview | nuxt preview |
yarn postinstall | nuxt prepare |
yarn lint | eslint . |
yarn lint:fix | eslint . --fix |