eddyekofo94 / Pyramidvue
Licence: mit
Pyramid Web Framework (Python) implemented with Vuejs (JavaScript) & Webpack (HMR): starter template
Stars: ✭ 32
Programming Languages
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Projects that are alternatives of or similar to Pyramidvue
Webpacker
Use Webpack to manage app-like JavaScript modules in Rails
Stars: ✭ 5,282 (+16406.25%)
Mutual labels: webpack, yarn
Slinky
A light-weight, responsive, mobile-like navigation menu plugin
Stars: ✭ 649 (+1928.13%)
Mutual labels: webpack, yarn
Webpack React Redux
A boilerplate for playing around with react, redux and react-router with the help of webpack.
Stars: ✭ 612 (+1812.5%)
Mutual labels: webpack, yarn
Angular Hmr
🔥 Angular Hot Module Replacement for Hot Module Reloading
Stars: ✭ 490 (+1431.25%)
Mutual labels: webpack, hmr
Cypress Hmr Restarter
A Cypress plugin which restarts tests on webpack-dev-server HMR updates
Stars: ✭ 18 (-43.75%)
Mutual labels: webpack, hmr
Angularwebpackvisualstudio
Template for ASP.NET Core, Angular with Webpack and Visual Studio
Stars: ✭ 497 (+1453.13%)
Mutual labels: webpack, hmr
React Webpack Typescript Starter
Minimal starter with hot module replacement (HMR) for rapid development.
Stars: ✭ 632 (+1875%)
Mutual labels: webpack, hmr
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+58421.88%)
Mutual labels: webpack, hmr
Great Big Example Application
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
Stars: ✭ 899 (+2709.38%)
Mutual labels: webpack, yarn
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+2018.75%)
Mutual labels: webpack, hmr
Hyperstack
Hyperstack ALPHA https://hyperstack.org
Stars: ✭ 463 (+1346.88%)
Mutual labels: webpack, yarn
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-18.75%)
Mutual labels: webpack, yarn
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+58693.75%)
Mutual labels: webpack, yarn
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+959.38%)
Mutual labels: webpack, yarn
Webpack Hot Server Middleware
🔥 Hot reload webpack bundles on the server
Stars: ✭ 319 (+896.88%)
Mutual labels: webpack, hmr
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+1990.63%)
Mutual labels: webpack, hmr
Postcss Variables Loader
Share variables between CSS and JS with Webpack + HMR
Stars: ✭ 18 (-43.75%)
Mutual labels: webpack, hmr
Thijs Damsma)
Pyramid Webframework with Vuejs & Webpack (HMR thanks toFeatures
Getting Started
First clone
git clone https://github.com/eddyekofo94/pyramidVue.git
First create a virtual environment, otherwise by default python instance available will be used (I recomend the former).
make venv
# or if you have virtualenv installed
virtualenv -p python3 ./env
Make sure you activate your virtual environment!!
source env/bin/activate
Development environment setup
These steps will install all required dependencies, then run the server.
# download all the required requirements for development
make dev
# test your project
make test
# run your project
# Go to: localhost:6543 (webpack-dev-server runs on localhost:8080)
make run
Errors encountered
# Don't have the webpack-dev-server installed
/bin/sh: webpack-dev-server: command not found
# Fix:
yarn global add webpack-dev-server
### Deployment
```bash
# make sure the webpack-dev-server setting in production.ini is not set to true
make build
External links
http://docs.pylonsproject.org/projects/pyramid/en/latest/index.html
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at gitplanet.com@gmail.com.