Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO

License

NotificationsYou must be signed in to change notification settings

codingfriend1/Feathers-Vue

Repository files navigation

A Vue 2 and FeathersJS 2 fullstack app with authentication, email verification, and email support."

About

This project usesFeathers. An open source web framework for building modern real-time applications and Vue 2 with Server Side Rendering.

This project is not finished but if you are can be ready to use if you are content with what it offers.

Features

  • SASS
  • Stylus
  • Pug
  • ES6, ES7, and ES8
  • Webpack
  • Vue Stash - For Redux Store
  • Bootstrap
  • Lodash
  • jQuery
  • FontAwesome
  • Validate client side data with mongoose schemas

Getting Started

Getting up and running is as easy as 1, 2, 3, 4.

There are multiple ways to start/develop the app.

Develop with docker

Don't install node_modules locally

  1. Create aenvironment-dev.env andenvironment.env file to hold your environment variables. These files are ignored by git. You'll want a DATABASE_URL and you gmail info for email verification
DATABASE_URL=mongodb://db/feathersvuedevelopmentCOMPLAINT_EMAIL=your_email@gmail.comGMAIL=your_email@gmail.comGMAIL_PASSWORD=your_pass_password

SeeHow to set an app password

  1. Run npm start
npm start
  1. To see production build locally
npm run build-qanpm run qa
  1. To switch back to development use
npm run build-devnpm start

Switching contexts between production and development requires a full docker build with no cache.

Develop without docker

  1. Make sure you haveNodeJS andnpm installed.

  2. Install your dependencies

    cd path/to/Feathers-Vue; npm install
  3. Start your app locally

    mongod
    npm run dev
  4. In production run

    npm run buildnpm run production

If you want emails to work using gmail add the following environment variables

export GMAIL=yourgmailaccount@gmail.comexport GMAIL_PASS=yourpassword or app-password

SeeHow to set an app password

Testing

Simply runnpm test and all your tests in thetest/ directory to run server side unit test or runnpm run integration to run client side side tests.

Scaffolding

Feathers has a powerful command line interface. Here are a few things it can do:

$ npm install -g feathers-cli             # Install Feathers CLI$ feathers generate service               # Generate a new Service$ feathers generate hook                  # Generate a new Hook$ feathers generate model                 # Generate a new Model$ feathers help                           # Show all commands

Help

For more information on all the things you can do with Feathers visitdocs.feathersjs.com.

Looking for mobile?

I'm working on a cordova starter with feathers 2, Vue 2, and Framework 7. Visit thecordova branch of this repo.

Cordova Branch

Gitlab Auto Deployment

  1. Create a digitalocean instance from using the one-click docker instance.
  2. ssh into the instance and run
  sudo apt-get update  sudo apt-get upgrade  sudo apt-get -y install python-pip  sudo pip install docker-compose
  1. Editsshd_config
  nano /etc/ssh/sshd_config
  1. At the bottom of the file changePasswordAuthentication
  PasswordAuthentication yes
  1. Runreload ssh
  2. Set the secret environment variables in gitlab
  DATABASE_URL=mongodb://db/feathersvue  DEPLOYMENT_SERVER_IP=your_ip_address  DEPLOYMENT_SERVER_PASS=your_user_password  DEPLOYMENT_SERVER_USER=your_server_user
  1. Updatedocker-compose.autodeploy.yml web image to point to your hosted image.
  2. Updategitlab-ci.yml in theonly sections to only run on the branches you want to deploy from.
  3. Push changes in git to gitlab.

Breaking Changes

  • Removed mongoose validation from client side and replaced with Yup.
  • Reconstructed server-side rendering to use updated instructions in vuejs.
  • Moved server-entry file into app.

License

Copyright (c) 2016

Licensed under theMIT license.

About

A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp