Coder Social home page Coder Social logo

wemake-services / wemake-vue-template Goto Github PK

View Code? Open in Web Editor NEW
732.0 15.0 72.0 35.05 MB

Bleeding edge vue template focused on code quality and developer happiness.

Home Page: https://wemake-services.gitbook.io/wemake-vue-template/

License: MIT License

JavaScript 24.27% Vue 15.45% Shell 15.45% Dockerfile 2.57% TypeScript 40.72% SCSS 1.53%
vue vue-template jest docker ssr nuxt nuxtjs eslint stylelint jsdoc typescript

wemake-vue-template's Introduction

wemake-vue-template

wemake.services Awesome Build Status Docs Dependencies Status wemake-frontend-styleguide

Bleeding edge vue template focused on code quality and developer happiness.


This project is used to scaffold new Vue project structure.

Demo

https://wemake-vue-demo.herokuapp.com/

Features

  • Proven to work on both small and large scale projects
  • Always up-to-date with the help of @dependabot
  • Latest nuxt for server-side rendering
  • Full typescript support, including Vue's SFC, Vuex, and tests
  • Tools to write business logics including: DI, IoC, runtime type validation
  • Linting with eslint + stylelint
  • jest for unit tests and testcafe for end-to-end testing
  • docker optional support for development, testing, and production
  • Gitlab CI with full test and deploy pipeline configured by default
  • Meaningful docs, covering almost every aspect of the project, including jsdoc annotations
  • Full vscode support and list of suggested settings and plugins
  • Easy update process, so your template will always be up-to-date

Requirements

You will need:

Installation

git clone https://github.com/wemake-services/wemake-vue-template.git
npx vue-cli init ./wemake-vue-template your_vue_project

We are required to clone the project, since we need the .git folder.

Where to go next

Before going any further make sure that you have read the docs.

Who is using this template?

If you use our template, please add yourself or your company in the list.

We offer free email support for anyone who is using this. If you have any problems or questions, drop us a line at [email protected]. And we will try to help you.

License

MIT.

wemake-vue-template's People

Contributors

alza54 avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar dragoonzx avatar franktopel avatar gmhabchi avatar gtrsh avatar kirillvy avatar snyk-bot avatar sobolevn avatar stkac avatar straybro avatar thelastofcats avatar tiagobar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wemake-vue-template's Issues

Optimize webpack build

For:

  • js with new webpack features and 3rd party plugins such as babili
  • css with post-css modules

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

Server is running at http://undefined:undefined

Following your default instructions, trying to run the dev server using yarn dev gives me this:

Server is running at http://undefined:undefined

Then I tried yarn build followed by yarn start which results in

@connexo > yarn start
yarn run v1.3.2
$ cross-env NODE_ENV=production node server
server started at http://undefined:undefined

In both cases I tried http://localhost:8080 but no success. Which port is your default port?

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

Improve Docker support

Things to do:

  • restructure (add more files into docker/ folder)
  • add docker for development as default
  • add docker-compose.prod.yml
  • add ci.sh

Configure eslint to be stricter

We need several rules to be in place:

    "prefer-arrow-callback": 2,
    "func-style": [2, "declaration"],
    "no-var": 2,

Maybe there are other rules to make the development process consistent.

Add commitizen

But search for proper commit template.

Sometimes scopes are really annoying.
And not informative.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.