posix-dev / GeoReview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Setup:

# Download repository:
git clone https://github.com/vedees/webpack-template-pug webpack-template-pug

# Go to the app:
cd webpack-template-pug

# Install dependencies:
npm install

# Server with hot reload at http://localhost:8081/
npm run dev

# Output will be at dist/ folder
npm run build

Project Structure:

  • src/pug/layout - put custom layout for pages
  • src/pug/includes - all app includes
  • src/pug/utils - pug mixins and other
  • src/pug/pages - put custom app pages. Don't forget to import them in index.js
  • src/assets/sass - put custom app SASS styles here. Don't forget to import them in index.js
  • src/assets/css - the same as above but CSS here. Don't forget to import them in index.js
  • src/assets/img - put images here. Don't forget to use correct path: assets/img/some.jpg
  • src/js - put custom app scripts here
  • src/index.js - main app file where you include/import all required libs and init app
  • src/components - folder with custom .vue components
  • static/ - folder with extra static assets that will be copied into output folder

License

MIT

Copyright (c) 2020-present, Pavel_Arkhipov

About

License:MIT License


Languages

Language:JavaScript 50.8%Language:CSS 38.9%Language:HTML 10.3%