Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 539 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 539 Bytes

weeo starter kit

Feature

  • Multi Page Application with Vue.js (build by Webpack)
  • SEO (statics page for html head)
  • Usuful (like web components)

Install

$ npm install

Usage

check points for common

  • src/_pug/_settings.pug modify
  • src/_styl/_variables.styl modify
  • src/_styl/weeo.styl modify

check points per one page

  • webpack.config.js entry
  • src/[new-page-name]/index.pug create
  • src/js/[new-page-name].js create
  • src/js/components/[New-page-name].vue create