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

https://github.com/fuxingloh/nuxt-app

Nuxt app template project with my customisation.
https://github.com/fuxingloh/nuxt-app

now nuxt vue

Last synced: 11 months ago
JSON representation

Nuxt app template project with my customisation.

Awesome Lists containing this project

README

          

# Nuxt App Template

> Nuxt app template project with my customisation.

# Included
- vue-rx
- vue-observe-visibility
- vue-spinner
- vue-portal

# Custom
- API Serverless Integration
- Path Replacement
- Dialog
- Notification
- Text Auto & Input
- Masonry (Pinterest)
- Horizontal List (Side scroll)

## Additional Plugins to consider
- @nuxtjs/auth
- @nuxtjs/recaptcha
- @nuxtjs/style-resources
- @nuxtjs/redirect-module
- @nuxtjs/content

## 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
```