Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/DBAdventure/web

DBAdventure website fully build with VueJs
https://github.com/DBAdventure/web

Last synced: 4 months ago
JSON representation

DBAdventure website fully build with VueJs

Awesome Lists containing this project

README

        

# DBAdventure [![Build Status](https://travis-ci.org/DBAdventure/web.svg?branch=master)](https://travis-ci.org/DBAdventure/web)

DBAdventure, the fronted for web app build with [Nuxt](https://github.com/nuxt/nuxt.js/)

## Procedures

### Installation

You can install all dependencies:

```bash
npm install
```

### Development

The development server will automatically build everything and reload it as you go.

```bash
npm run dev
```

You can check `http://localhost:3000`.

### Production

The development server will automatically build everything and reload it as you go.

```bash
npm run build
npm run start
```