Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

baitongda/nid-vue

Repository files navigation

ninghao-vue

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

王皓 123123

npm run gc -- app/layout/components/page-side-sheet-status --parent manage-post-edit

Customize configuration

See Configuration Reference.

VUECLI

https://www.npmjs.com/package/vue-cli-plugin-nid

npm run generate:component -- comment-create --parent comment/components/comment-side-sheet npm run generate:store -- comment-create --action createComment --api comments --parent comment --module create npm run gc -- textarea-field --path app/components --parent comment-create npm run import:component -- user-avatar --to comment-create npm run import:vuex -- mapGetters,mapActions --to comment-create npm run gss -- sideSheetTouchdown:boolean:false --to layout npm run gc -- comment-list-item-skeleton --path comment/index/components --parent comment/index/components/comment-list npm run gs -- comment-destroy --action deleteComment --api comments/commentId --method delete --parent comment --module destroy npm run gc -- comment-edit --vuex mapActions --parent comment/index/components/comment-list-item npm run ic -- textarea-field --to comment-edit npm run gs -- comment-edit --action updateComment --api comments/commentId --method patch --parent comment --module edit npm run ic -- comment-list --to user-comments npm run gss -- touchdown:boolean:false --to user-show npm run ic -- comment-list --to user-replies npm run gc -- reply-create --vuex --parent comment/index/components/comment-list-item npm run ic -- user-avatar,textarea-field --to reply-create npm run gs -- reply-create --action createReply --api comments/commentID/reply --method post --parent reply --module create npm run gc -- reply-list-item-actions --path reply/index/components --vuex mapGetters --parent reply/index/components/reply-list-item npm run ic -- comment-edit --to reply-list-item npm run gc -- post-create

解决 bash: vue command not found yarn global add @vue/cli vue -V

npm run ic -- text-field,textarea-field --to post-create npm run gs -- post-create --action createPost --api posts --method post --parent post --module create npm run iv -- mg,ma --to post-create npm run gc -- post/components/post-tag-field --vuex --parent post-create npm run gss --"tags:Arrayy:[]" --to post-edit npm run ic -- post-tag --to post-tag-field npm run ic -- app-icon --to post-tag npm run gss -- "content:string:''" --to post-create npm run gss -- "title:string:''" --to post-create npm run gss -- "postId:number|null:null" --to post-create npm run gc -- post/components/post-title-field --vuex mapGetters,mapMutations --parent post-create npm run ic -- text-field --to post-title-field npm run gc -- post/components/post-content-field --vuex mapGetters,mapMutations --parent post-create npm run ic -- textarea-field --to post-content-field npm run gc -- post/components/post-actions --vuex --parent post-create npm run gss -- unsaved:boolean:false --to post-create npm run gs -- post-destroy --action deletePost --method delete --api posts/postId --parent post --module destroy npm run gc -- post/components/post-meta --parent post-create npm run ic -- user-avatar,user-name --to post-meta npm run gc -- post/show/components/post-show-edit --vuex mapGetters --parent post-show npm run gc -- file-create --vuex --parent post-create npm run gc -- file/create/components/file-create-drag-zone --vuex mapGetters --parent file-create npm run ic -- file-field --to file-create-drag-zone npm run gs -- file-create --action createFile --method post --api files --parent file --module create npm run gss -- "selectedFile:File|null:null" --to file-create npm run gss -- "previewImage:string:''" --to file-create npm run gss -- uploadProcess:number:0 --to file-create npm run gc -- file/create/components/file-create-media --vuex mapGetters --parent file-create npm run gc -- file/create/components/file-create-status --vuex mapGetters --parent file-create npm run gs -- like --parent app/app --module like npm run gs -- like-create --action createUserLikePost --method post --api posts/postId/like --parent like --module create npm run gs -- like-destroy --action deleteUserLikePost --method delete --api posts/postId/like --parent like --module destroy npm run gc -- post/components/post-like-action --vuex mapActions --parent post-list-item-content npm run ic -- app-icon --to post-like-action npm run ic -- post-like-action --to post-show-actions npm run gc -- manage npm run gc -- manage-post npm run gc -- manage/post/components/manage-post-list --vuex --parent manage-post npm run gc -- manage/post/components/manage-post-list-item --vuex --parent manage-post-list npm run gc -- manage/post/components/manage-post-list-item-media --parent manage-post-list-item npm run gc -- manage/post/components/manage-post-list-item-content --parent manage-post-list-item npm run ic -- user-avatar,user-name --to manage-post-list-item-content npm run gc -- manage/post/components/manage-post-list-item-skeleton --parent manage-post-list npm run gss -- isSideSheetActive:boolean:false --to layout npm run gc -- post/components/post-comment-action --vuex mapAction,mapMutations --parent post-show-actions npm run ic -- app-icon --to post-comment-action npm run ic -- post-comment-action --to post/index/components/post-list-item-content npm run gc -- toolbar/components/app-toolbar-item-side-sheet --vuex mapActions --parent app-toolbar npm run ic -- app-icon --to app-toolbar-item-side-sheet npm run gss -- showSideSheetItem:boolean:false --to toolbar npm run gc -- manage/post/components/manage-post-side-sheet --parent page-side-sheet npm run gs -- manage --parent app/app -module manage npm run gs -- manage-select --path manage/stores --parent manage --module select npm run gss -- "selectedItems:Array:[]" --to manage-select npm run gss -- "selectedPosts:Array:[]" --to manage-select npm run gc -- app/layout/components/page-side-sheet-status --parent manage-post-edit npm run gc -- manage/post/edit/components/manage-post-edit-selected-list --vuex mapGetters --parent manage-post-edit-selected

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published