Vue + Vuex Authentication REST Api GraphQL Vuetify
From Strapi.io
Install Strapi:
$ npm install strapi@beta -g
Create a project:
$ strapi new myProject
Enter project and Launch Strapi server:
$ cd myProject
$ strapi start
npm install
npm run serve
npm run build
npm run test
npm run lint