Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to open a new support request
meipaly-v1.0.zip you will find two
folders including meipaly (this is your root folder).
Open this folder with VS Code (or any other you like). And
follow step below.
npm install packages.
You can do this by running npm install from the root of your
project to install all the necessary dependencies.
npm run dev for a dev server. Navigate to
http://localhost:3000 . The app will automatically reload if you
change any of the source files.
npm run generate to generate static project.
Generated project will be stored in the
dist/ directory.
npm run build and then
npm run start
meipaly/ + ├───.idea ├───.nuxt │ ├───components │ ├───mixins │ └───views ├───assets ├───components │ ├───home │ ├───home2 │ ├───home3 │ └───pages ├───layouts ├───middleware ├───pages ├───plugins ├───static │ ├───assets │ ├───css │ │ └───presets │ ├───fonts │ │ └───revicons │ ├───images │ │ ├───about │ │ ├───bg │ │ ├───blog │ │ ├───client │ │ ├───home_1 │ │ ├───portfolio │ │ ├───settings │ │ ├───slider │ │ ├───team │ │ └───tpcolorpicker │ ├───js │ └───nbproject │ └───private └───store +Help: For detailed explanation on how things work, check out Nuxt.js docs.
dimon/layouts/default.vue
meipaly/pages/index.vue
meipaly/pages/index-2.vue
meipaly/pages/index-3.vue
Open meipaly/components/Header.vue
Open meipaly/components/Footer.vue