Enoooch / vue-blog

A personal blog based on Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-blog

A blog based on Vue.js

Commands

You can replace yarn with npm run here.

# build for production
yarn build

# development mode
yarn dev

# run unit tests
yarn test

# serve the bundled dist folder in production mode
yarn serve

Polyfills

By default we only polyfill window.Promise and Object.assign. You can add more polyfills in ./src/polyfills.js.

Analyze bundle size

Run yarn report to get a report of bundle size which helps you:

  • Realize what's really inside your bundle
  • Find out what modules make up the most of it's size
  • Find modules that got there by mistake
  • Optimize it!

This project is generated by create-vue-app.

About

A personal blog based on Vue.js

License:MIT License


Languages

Language:Vue 70.7%Language:JavaScript 18.2%Language:Sass 8.4%Language:EJS 2.7%