0.0.18 • Published 5 years ago

vuesr v0.0.18

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

vueser - vue user dashboard

npm.io npm.io https://img.shields.io/badge/-under%20development-orange

vuesr

This project originated from using @vue/cli starter template. Its goal is to give a starting point for web apps which requires a simple user/admin dashboard frontend. I made it mainly for myself since I don't want to start from scratch everytime. It will include a login/sign-up view, a mainmenu-sidebar, a topbar, content-containers and a modal system. It also includes vue-router and vuex for navigation and store management. The project also already includes bulma/buefy css framework but I did not include any samples on how one might use any of its ready to use components (like forms or lists). It's basically the skeleton for a user/admin dashboard. How you use it, how you plan to implement authentication, how you plan to implement a database or any API is up to you entirely. Have fun ❤.

If you don't know what Vue is, I suggest taking a quick look at its documentation. It's awesome and I love it !

vueser - vue user dashboard

Install template

1 . Prerequisites

In order to create a new project with vue along with a remote preset, you'll need vue-cli.

npm install -g @vue/cli
# OR
yarn global add @vue/cli

2 . Create new project with --preset (recommended) : Install as preset along project creation

vue create --preset turbopasi/vuesr my-project-name
cd my-project-name
npm start serve

project structure

coming soon

0.0.18

5 years ago