Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-crud-tailwind

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Proper Coding Protocols for Vue

  1. Created Components for easy maintain
  2. Added env file for global variables
  3. Added comments for slightly complex codes
  4. No inline styles added
  5. Didnt use $parent for parent component variables to create a loosely coupled system. Used v-model and prop instead

Note: Could've used vuex and typescript but its only a small project so i didn't

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages