TypeScript Vue HTML CSS JavaScript
Switch branches/tags
Clone or download
Latest commit 394e75c Jul 14, 2018
Permalink
Failed to load latest commit information.
.github feat: add runtime config (#150) Jun 4, 2018
.storybook chore: upgrade to vue-loader v15 (#127) May 12, 2018
config feat(dev): reload express app on changes (#136) May 25, 2018
cypress chore: reformat code Feb 17, 2018
docs docs(cli): add hint for paths in names (#168) Jun 18, 2018
i18n feat(components): add data-table (#167) Jun 16, 2018
logs feat: add logging to express application (#95) Apr 7, 2018
src fix(server-utils): add string interpolation to logger Jul 14, 2018
tools fix(update-script): remove .update.json and winston, fix folder creation Jul 1, 2018
.babelrc feat: add storybook and shared components generator (#56) Feb 27, 2018
.dockerignore chore: add Dockerfile to dockerize the app May 18, 2018
.editorconfig initial commit Nov 18, 2017
.gitattributes refactor(server): change relative paths to dist folder Mar 8, 2018
.gitignore feat: add logging to express application (#95) Apr 7, 2018
.travis.yml chore: update docs (#121) Apr 29, 2018
CHANGELOG.md chore: update changelog Jul 14, 2018
CODE_OF_CONDUCT.md chore: add CODE_OF_CONDUCT.md Nov 18, 2017
Dockerfile chore: add Dockerfile to dockerize the app May 18, 2018
LICENSE chore: add LICENSE Nov 18, 2017
README.md chore: add version to README.md May 31, 2018
code-style-web-storm.xml refactor(server): change relative paths to dist folder Mar 8, 2018
commitlint.config.js chore: update dependencies (#74) Mar 11, 2018
cypress.json feat(test): add basic e2e test setup with cypress.io Jan 7, 2018
jestsetup.ts feat(components): add example for form validation (#126) May 12, 2018
package-lock.json 1.1.2 Jul 14, 2018
package.json 1.1.2 Jul 14, 2018
tsconfig.json initial commit Nov 18, 2017
tslint.json fix(lint): trailing comma check (#76) Mar 14, 2018

README.md

vue-starter version badge Tweet

A flexible, scalable, opinionated boilerplate for production-ready PWAs with focus on performance, development speed, and best practices

Build Status codecov Maintainability Dependencies DevDependencies GitHub issue last update

Documentation

https://vue-starter.herokuapp.com/docs (sometimes not available because of the heroku free-plan)

Run documentation on your local machine

  1. Complete the Getting started guide
  2. Install vuepress npm i -g vuepress
  3. run vuepress dev docs

Live demo

Please visit the vue-starter app on heroku! (sometimes not available because of the heroku free-plan)

vue-starter

Lighthouse Score

screen shot 2018-04-30 at 09 09 45

Getting started

  1. Install Node.js 8.x or higher. Use nvm or n to maintain multiple Node.js versions
  2. Install npm version 5.x or higher
  3. clone the repository git clone https://github.com/devCrossNet/vue-starter
  4. change directory cd vue-starter
  5. Install dependencies: npm install
  6. Run npm run dev

Sponsors

BCG Digital Ventures

Contribute

Contributions are always welcome! Please read the contribution guidelines first.

Reference resources

Contact

License

MIT