GitXplorerGitXplorer
C

vuejs-forum

public
1 stars
2 forks
17 issues

Commits

List of commits on branch master.
Verified
5e7c1c37c339e609516b7adaaf7c287a1e4d4cb5

Merge pull request #10 from CristyTarantino/dependabot/npm_and_yarn/handlebars-4.7.6

CCristyTarantino committed 4 years ago
Verified
9c4e2ffee6ec5da35044d893adf5c3102d93fbb3

Bump handlebars from 4.0.11 to 4.7.6

ddependabot[bot] committed 4 years ago
Verified
43c8e8db293b6470264f30dbfe08ee747cb9293b

Merge pull request #9 from CristyTarantino/dependabot/npm_and_yarn/lodash.mergewith-4.6.2

CCristyTarantino committed 4 years ago
Verified
887d9a8f08c4fe6e00d036230470427c251c58c7

Bump lodash.mergewith from 4.6.1 to 4.6.2

ddependabot[bot] committed 4 years ago
Verified
9a47e4addc944541d79fdee4d7743c8a8b6e3202

Merge pull request #8 from CristyTarantino/dependabot/npm_and_yarn/atob-2.1.2

CCristyTarantino committed 4 years ago
Verified
10dd86405c8bd0a7485865595488439f8e3c292e

Merge pull request #7 from CristyTarantino/dependabot/npm_and_yarn/extend-3.0.2

CCristyTarantino committed 4 years ago

README

The README file for this repository.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# deploy to git pages (https://cristytarantino.github.io/vuejs-forum)
npm run deploy

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.