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.
- Host: GitHub
- URL: https://github.com/fuxingloh/nuxt-app
- Owner: fuxingloh
- License: apache-2.0
- Created: 2020-01-09T02:57:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T13:14:18.000Z (over 5 years ago)
- Last Synced: 2024-12-01T03:50:33.872Z (over 1 year ago)
- Topics: now, nuxt, vue
- Language: Vue
- Homepage: https://nuxt-app.now.sh
- Size: 1.8 MB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```