Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wimil/nuxt-start


https://github.com/wimil/nuxt-start

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# panel

> My nuxt Proyect Start

## Features

### Framework
- Vuetify

### Modules
- Auth (Preconfigured)
- Axios

### Plugins
- PersistendState
- Functions (globaly functions)
- Start (makes a request to an api, when starting the application)
- Mixins/User (A mixin of the user to obtain data from him.)
- Vee-Validate

### CSS
- MDI (Material Desing icons)
- Custom Sass File

### Middleware
- Guest (verify if the user is invited or authenticated)

### Store (Vuex)
- index
- app
- example (example of how a vuex module is structured)

## Build Setup

``` bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

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