Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Vue/Nuxt application.
https://github.com/vicdata4/vue-up

Last synced: about 2 months ago
JSON representation

Vue/Nuxt application.

Awesome Lists containing this project

README

        

## VueUp

![npm](https://img.shields.io/badge/npm-v1.0-blue.svg)
![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)

## Documentation

For detailed explanation on how the project works, check out [Nuxt.js docs](https://nuxtjs.org).

Also is important to learn about [json-server](https://github.com/typicode/json-server) and [json-server-auth](https://github.com/jeremyben/json-server-auth) libraries to understand the login validation and authentication.

## Quick start

Clone project
```bash
git clone https://github.com/vicdata4/vue-up.git
```
```bash
cd vue-up
```

Now, install dependencies
```bash
npm install
```
Run application
```bash
npm run dev
```
Run json-server
```bash
npm run server
```

## More

Build for production and launch server

```bash
npm run build
```

```bash
npm run start
```

Generate static project
```bash
npm run generate
```