Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wimil/nuxt-start
https://github.com/wimil/nuxt-start
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wimil/nuxt-start
- Owner: wimil
- Created: 2020-03-03T00:22:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:29:53.000Z (about 2 years ago)
- Last Synced: 2023-03-03T17:42:41.408Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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).