Skip to content
forked from Klodovsky/CODIUX

IT Solutions & Services Company Template build with Vue.js & Nuxt.js

Notifications You must be signed in to change notification settings

WikazoLab/CODIUX

 
 

Repository files navigation

Overview

Netlify Status

alt text

Install Npm Packages

NPM : You must have to npm install packages. You can do this by running npm install from the root of your project to install all the necessary dependencies :

$ npm install

Development server

Run npm run dev for a dev server. Navigate to [http:https://localhost:3000] . The app will automatically reload if you change any of the source files.

$ npm run dev 

generate static project

$ npm run generate

build for production and launch server

$ npm run build
$ npm run start

For detailed explanation on how things work, check out Nuxt.js docs.

About

IT Solutions & Services Company Template build with Vue.js & Nuxt.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 66.4%
  • CSS 26.9%
  • JavaScript 5.2%
  • SCSS 1.5%