vicdata4 / vue-up

Vue/Nuxt application.

Home Page:https://vicdata4.github.io/vue-up/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueUp

npm LICENSE

Documentation

For detailed explanation on how the project works, check out Nuxt.js docs.

Also is important to learn about json-server and json-server-auth libraries to understand the login validation and authentication.

Quick start

Clone project

git clone https://github.com/vicdata4/vue-up.git
cd vue-up

Now, install dependencies

npm install

Run application

npm run dev

Run json-server

npm run server

More

Build for production and launch server

npm run build
npm run start

Generate static project

npm run generate

About

Vue/Nuxt application.

https://vicdata4.github.io/vue-up/


Languages

Language:Vue 65.6%Language:JavaScript 29.0%Language:CSS 5.1%Language:HTML 0.2%