Home
Softono
CODIUX

CODIUX

Open source Vue
35
Stars
13
Forks
0
Issues
1
Watchers
5 years
Last Commit

About CODIUX

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

Platforms

Web Self-hosted

Languages

Vue

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://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.