Martfury VueJS
  • Getting Started
  • Feature
  • Folder Structure
  • Environment and requirements
  • Build
  • Sass
  • Header
  • Menu
  • Customizer Style
  • API setup
  • strapi
  • Deploy
Powered by GitBook
On this page
  • Yarn build
  • NPM build
  • NPM Development mode

Build

Yarn build


Step 1:

yarn install

Step 2:

yarn build

Step 3:

yarn start

Yarn Development mode


Step 1:

yarn install

Step 2:

yarn dev

NPM build


Step 1:

npm install 

Step 2:

npm run build 

Step 3:

npm run start 

NPM Development mode


Step 1:

 npm install 

Step 2:

npm run dev

  • Build: Builds the app for production to the .nuxt folder. It correctly bundles React in production mode and optimizes the build for the best performance.

  • Start: Starts the application in production mode. The application should be compiled with nuxt build first.

PreviousEnvironment and requirementsNextSass

Last updated 1 year ago

Refer:

Dev: Runs the app in the development mode. Open to view it in the browser.

https:/https://nuxtjs.org/guide/
http://localhost:4002