All Projects → InCuca → vue-loopback

InCuca / vue-loopback

Licence: MIT license
A Vue project template with Loopback framework optionally with Vuex, Vue-router, and Auth boilerplaite

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-loopback

Anchor-Bootstrap-UI-Kit
Anchor is a free Bootstrap UI Kit with flexible, ready to use UI components which will hep you build websites faster.
Stars: ✭ 69 (+32.69%)
Mutual labels:  gulp, bootstrap4
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-65.38%)
Mutual labels:  gulp, vue-router
B4st
A Bootstrap 4 Starter Theme, for WordPress
Stars: ✭ 318 (+511.54%)
Mutual labels:  gulp, bootstrap4
Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (+165.38%)
Mutual labels:  bootstrap4, vue-router
frontie
Frontie is a front-end boilerplate. Gulp | Twig.js | Sass | Autoprefixer | Browsersync | Bootstrap 4 Grid System & Responsive Breakpoints
Stars: ✭ 28 (-46.15%)
Mutual labels:  gulp, bootstrap4
webpack-gulp-wordpress-starter-theme
A WordPress theme with Webpack & Gulp
Stars: ✭ 110 (+111.54%)
Mutual labels:  gulp, bootstrap4
Vue Chat
📲 A web chat application. Vue + node(koa2) + Mysql + socket.io
Stars: ✭ 617 (+1086.54%)
Mutual labels:  gulp, vue-router
vue-bootstrap-boilerplate
📦 Vue 2/3, Bootstrap 5, Vuex, Vue-Router, Sass/Scss, ESLint, Axios (switch to vue3 branch)
Stars: ✭ 86 (+65.38%)
Mutual labels:  vue-router, bootstrap-vue
Stellar
Stellar is completely based on the latest version of Bootstrap 4. Stellar Admin is designed to reflect the simplicity and svelte of the components and UI elements and coded to perfection with well-organized code.
Stars: ✭ 176 (+238.46%)
Mutual labels:  gulp, bootstrap4
Imall
基于Laravel5.2,Vue.js1.0的微信商城,用于熟悉 Laravel、Vuejs、Webpack、Gulp 的结合使用,已不维护及更新。(1MB单核基础服务器,浏览请耐心等待图片加载...)
Stars: ✭ 168 (+223.08%)
Mutual labels:  gulp, vue-router
Flask Vuejs Madblog
基于 Flask 和 Vue.js 前后端分离的微型博客项目,支持多用户、Markdown文章(喜欢/收藏文章)、粉丝关注、用户评论(点赞)、动态通知、站内私信、黑名单、邮件支持、管理后台、权限管理、RQ任务队列、Elasticsearch全文搜索、Linux VPS部署、Docker容器部署等
Stars: ✭ 541 (+940.38%)
Mutual labels:  bootstrap4, vue-router
luya-kickstarter-bootstrap4
LUYA boilerplate to kickstart projects with Bootstrap 4.
Stars: ✭ 13 (-75%)
Mutual labels:  gulp, bootstrap4
loopback3 angular6 bootstrap4
API Rest build by Loopback. Frontend on Angular 6
Stars: ✭ 26 (-50%)
Mutual labels:  bootstrap4, loopback
gulp-sass-bootstrap-boilerplate
⏰📌 Boilerplate with gulp.js, Sass, Babel, and Browsersync.
Stars: ✭ 24 (-53.85%)
Mutual labels:  gulp, bootstrap4
Vue-3-Advance-CRUD
A Complete Single Page Application using Vue, Vue Router, Bootstrap-Vue, Vuex and all....
Stars: ✭ 41 (-21.15%)
Mutual labels:  vue-router, bootstrap-vue
Purpleadmin Free Admin Template
Purple Admin is one of the most stylish Bootstrap admin dashboard you can get hands on. With its beautifully crafted captivating design and well-structured code.
Stars: ✭ 473 (+809.62%)
Mutual labels:  gulp, bootstrap4
Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: ✭ 103 (+98.08%)
Mutual labels:  gulp, bootstrap4
bootstrap-4-boilerplate
Basic Bootstrap 4 Starter Template
Stars: ✭ 50 (-3.85%)
Mutual labels:  gulp, bootstrap4
Azia-Admin-Bootstrap-Template
Free Bootstrap 4 Admin template
Stars: ✭ 73 (+40.38%)
Mutual labels:  gulp, bootstrap4
vue-seo-friendly-spa-template
Vue.js PWA/SPA template initially scaffolded with vue-cli and configured for SEO. Makes use of prerendering and other techniques/packages in order to achieve a perfect "Lighthouse Score".
Stars: ✭ 41 (-21.15%)
Mutual labels:  vue-router

vue-loopback

Travis

A Vue project template with Loopback framework featuring ES6, Gulp, and Jest for unit tests

This template is for Vue 2.x only with vue-cli.

Features

  • Loopback service using axios at client/services/loopback;
  • Full authentication support, by default the account listed in server/initial-data/maintenance-account.json is created;
  • Ajax Async queue module in client/modules/async (useful to see if and how many requests are being made to the server);
  • CSS Modules, Sass and Bootstrap Vue.

Usage

  $ npm install -g vue-cli
  $ vue init InCuca/vue-loopback project-name
  $ npm install

Folder structure

  1. client: Vue client files
  2. common: Common client and server model files
  3. server: Loopback server files
  4. test: Unit test

Linting

  $ npm run lint

Testing

  $ npm test

Running the development server (API and Client)

  $ npm run dev

Debug

$ DEBUG=loopback npm run dev

More info...

Build to ./build

  $ npm run build

Executing built files

Please remember to update server/*.production.json files to match your enviroment.

  $ cd build
  $ npm run start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].