All Projects → lpreterite → multiple-page-vue-webpack-example

lpreterite / multiple-page-vue-webpack-example

Licence: other
The multiple page vue example for webpack

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to multiple-page-vue-webpack-example

Glueit
🎨 Simple SpriteSheet Tool
Stars: ✭ 119 (+750%)
Mutual labels:  sprites
Video Thumbnail Generator
📷 Generate thumbnail sprites from videos.
Stars: ✭ 190 (+1257.14%)
Mutual labels:  sprites
pokecss-media
Compilation of images of all Pokémon 3D sprites, icons and items. This is a fork of a now removed respository.
Stars: ✭ 21 (+50%)
Mutual labels:  sprites
Sprite Wxapp
spritejs 小程序版
Stars: ✭ 138 (+885.71%)
Mutual labels:  sprites
Aseprite
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Stars: ✭ 14,832 (+105842.86%)
Mutual labels:  sprites
Sprites
Repository containing all the Pokémon sprites
Stars: ✭ 231 (+1550%)
Mutual labels:  sprites
Potpack
A tiny rectangle packing JavaScript library (for sprite layouts)
Stars: ✭ 115 (+721.43%)
Mutual labels:  sprites
stitch
A Gamemaker Studio 2 Pipeline Development Kit. A CLI and Node.JS API for creating GMS2 pipelines. Includes cross-project imports, batch-creating/updating sprites and sounds, texture page management, and more.
Stars: ✭ 54 (+285.71%)
Mutual labels:  sprites
Svg Sprite Module
Optimize SVG files and combine them into sprite
Stars: ✭ 187 (+1235.71%)
Mutual labels:  sprites
vue-svg-inline-plugin
Vue plugin for inline replacement of SVG images with actual content of SVG files.
Stars: ✭ 30 (+114.29%)
Mutual labels:  sprites
Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+18007.14%)
Mutual labels:  sprites
Deadsimple Pixel Perfect Camera
An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.
Stars: ✭ 186 (+1228.57%)
Mutual labels:  sprites
love-animation
💚 A minimal Love2D animation library
Stars: ✭ 26 (+85.71%)
Mutual labels:  sprites
Unflattener
Make normal maps for 2D art
Stars: ✭ 125 (+792.86%)
Mutual labels:  sprites
8 bit hubble
Generate random pixel art galaxies! In honor of Hubble Space Telescope, SNES videogames and Bob Ross
Stars: ✭ 59 (+321.43%)
Mutual labels:  sprites
Teenyicons
Tiny minimal 1px icons designed to fit in the smallest places.
Stars: ✭ 1,631 (+11550%)
Mutual labels:  sprites
Pixieditor
PixiEditor is a lightweight pixel art editor made with .NET 5
Stars: ✭ 210 (+1400%)
Mutual labels:  sprites
pixel-sprite-generator
html5 random pixel sprite generator
Stars: ✭ 22 (+57.14%)
Mutual labels:  sprites
propeller-graphics-card
Add-on board and firmware for the RC2014 computer to provide graphics capabilities
Stars: ✭ 39 (+178.57%)
Mutual labels:  sprites
KanColle-English-Patch-KCCP
English Patch for the original KanColle browser game, to be used with KCCacheProxy. Translates most of the game into english.
Stars: ✭ 28 (+100%)
Mutual labels:  sprites

multiple-page-vue-webpack-example

一个多页面的webpack构建例子

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

目录结构

build/         #构建配置目录
src/           #源代码目录
    clients/   #入口文件
    imports/   #js代码目录,此为js引入的root目录
    styles/    #全局样式目录
    templates/ #页面模板文件(建议和入口文件名字对应)

##关于bootstrap的配置

具体配置修改这份文件.bootstraprc,详情请查看bootstrap-loader官方文档。

使用

# element.js
require('bootstrap-loader'); // 在入口文件中引入即可

关于bootstrap的处理使用以下库

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 [email protected].