https://github.com/wimil/nuxt-start
https://github.com/wimil/nuxt-start
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wimil/nuxt-start
- Owner: wimil
- Created: 2020-03-03T00:22:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:29:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T19:32:45.062Z (8 months ago)
- Language: JavaScript
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- 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).