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
  • Tutorial: Strapi Install
  • Yarn build
  • NPM build

strapi

Tutorial: Strapi Install


Note: Password login back-end demo.

admin@demo.com/Admin@2020

Yarn build


Step 1:

yarn install

Step 2:

yarn build

Step 3:

yarn start

NPM build


Step 1:

npm install 

Step 2:

npm run build 

Step 3:

npm run start 
PreviousAPI setupNextDeploy

Last updated 1 year ago