Skip to content

Instantly share code, notes, and snippets.

@ckhrysze
Created October 4, 2017 16:39
Show Gist options
  • Save ckhrysze/48b6ef6569e5b6bd6b127b76a022b04c to your computer and use it in GitHub Desktop.
Save ckhrysze/48b6ef6569e5b6bd6b127b76a022b04c to your computer and use it in GitHub Desktop.
multi-page vue directory tree
├── LICENSE
├── package.json
├── package-lock.json
├── README.md
├── src
│ ├── components # all vue files
│ │ ├── about.vue
│ │ ├── index.vue
│ │ ├── site_footer.vue
│ │ └── site_header.vue
│ └── pages # pages, sub folder per output page
│ ├── about
│ │ └── app.js
│ └── index
│ └── app.js
├── templates # template for HtmlWebpackPlugin
│ └── app.html
└── webpack.config.js # the webpack config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment