Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
yarn install
Start the development server on localhost
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
1 git flow feature start {JIRA-N-nome-branch}
;
2 Develop the feature;
3 Open a Pull request;
4 Wait for PR approval;
5 git flow feature finish {JIRA-N-nome-branch}
.
First time you setup git flow launch git flow init
, for the first question type: main as the release branch, for the version tag prefix question type: v, then leaves all the rest as default.
Checkout the deployment documentation for more information.
Step to reproduce:
- Install the project
yarn install
, with [email protected]yarn add --exact [email protected]
; - Run
yarn dev
(everything is working) [image 1]; - Upgrade nuxt
npx nuxi upgrade --force
(to version 3.2.3); - Run
yarn dev
, the page appear blank ("Requested module 'nuxt/@fs/C:/Users/luxdamore/Desktop/nuxt3-component-vite-bug/node_modules/.vite/deps/vue.js?v=14ad53f6' does not provide an export named 'Component'" error appear in the browser console) [image 2];
- Nuxt Version 3.1.2:
- Nuxt Version 3.2.3: