0.3.2 • Published 4 years ago

vue-cli-plugin-vtec-admin v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Vue CLI plugin for Vtec Admin

Vue CLI plugin of main Vtec Admin library which allow quick start on fresh Vue CLI app. Use Material Theme by Creative Tim with sass overrides and some material components as base for Vuetify UI.

Include scripts for quick scaffolding crud pages of specific resource.

Install

Initialize your brand new Vue CLI admin project with this single line command :

vue create my-admin-project --preset okami101/vtec-admin-preset

On any existing Vue CLI Vuetify project you can try vue add vtec-admin.

Then select suited options according to your needs and start your admin panel by yarn serve.

You must have valid API backend in order to use this project. You can start with https://jsonplaceholder.okami101.io which is a fake writeable API. Don't hesitate to go through the the tutorial which use this API.

Getting started

Check Laravel tutorial for complete top-to-bottom development experience showcase with separate Vtec Laravel Crud composer package.

Available generators commands

You'll got 2 new npm scripts :

  • yarn crud:make my_new_resource [options] : Main UI crud command maker. Resource name is required.
  • yarn crud:yaml my-new-resource.yml : Superset of previous command which use a YAML file descriptor.

Use yarn vue-cli-service help crud:make for all options documentation
See dedicated guide

Documentation

Documentation for Vtec Admin can be found on the Vtec website.

License

This project is open-sourced software licensed under the MIT license.

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.51

4 years ago

0.2.50

4 years ago

0.2.48

4 years ago

0.2.45

4 years ago

0.2.42

4 years ago

0.2.41

4 years ago

0.2.40

4 years ago

0.2.36

4 years ago

0.2.32

4 years ago

0.2.31

4 years ago

0.2.30

4 years ago

0.2.28

4 years ago

0.2.27

4 years ago