All Projects → charleylla → charley-vue-multi

charleylla / charley-vue-multi

Licence: other
No description or website provided.

Programming Languages

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

Projects that are alternatives of or similar to charley-vue-multi

Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (+653.19%)
Mutual labels:  starter-kit, webpack4
Js Library Boilerplate
Javascript Starter Boilerplate - Webpack 4, Babel 7, UMD, Hot Reloading, and more
Stars: ✭ 202 (+329.79%)
Mutual labels:  starter-kit, webpack4
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+1074.47%)
Mutual labels:  starter-kit, webpack4
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (+387.23%)
Mutual labels:  starter-kit, webpack4
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+3800%)
Mutual labels:  starter-kit, webpack4
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+102.13%)
Mutual labels:  starter-kit, webpack4
flutter base
A starter kit for beginner learns with Get pattern (it's same MVC or MVVM on native pattern), RxDart, Hive, Localization and Dio to architect a flutter project. This starter kit build an Covid-19 app as a example
Stars: ✭ 34 (-27.66%)
Mutual labels:  starter-kit
cloudflare-worker-app-kit
☁✨ A handy set of tools for creating a Cloudflare Worker app.
Stars: ✭ 75 (+59.57%)
Mutual labels:  starter-kit
phaser-typescript-webpack
Another Phaser CE boilerplate using TypeScript and Webpack.
Stars: ✭ 17 (-63.83%)
Mutual labels:  webpack4
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-19.15%)
Mutual labels:  starter-kit
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
Stars: ✭ 76 (+61.7%)
Mutual labels:  starter-kit
polymerx-cli
⚡ Unlock the power of Polymer 3, Web Components and modern web tools.
Stars: ✭ 30 (-36.17%)
Mutual labels:  webpack4
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (+19.15%)
Mutual labels:  starter-kit
mjml-starter-kit
MJML starter kit, create responsive emails very quickly using MJML and this productive toolchain
Stars: ✭ 35 (-25.53%)
Mutual labels:  starter-kit
antd-color-replacer
适用于 webpack 环境下 的 主题切换插件
Stars: ✭ 22 (-53.19%)
Mutual labels:  webpack4
symfony-docker
A template for new Symfony applications using Docker: ./install.sh && 🚀
Stars: ✭ 34 (-27.66%)
Mutual labels:  starter-kit
mpa-typescript
a multi page scaffolding, base on typescript. it is pure, no use even jquery
Stars: ✭ 36 (-23.4%)
Mutual labels:  webpack4
Webpack-Starter-Kit
Webpack 4 stater kit with SCSS, PostCSS, Babel & ESLint
Stars: ✭ 41 (-12.77%)
Mutual labels:  webpack4
orb-starter-kit
A starter kit for new orb authors
Stars: ✭ 27 (-42.55%)
Mutual labels:  starter-kit
orbs-starter-kit
The starting point for writing a new application on Orbs platform
Stars: ✭ 19 (-59.57%)
Mutual labels:  starter-kit

基于 Webpack4 和 Vue 的多页应用脚手架

命令

  1. 开发环境
npm run dev
  1. 生产环境打包
npm run build
  1. 生产环境打包并分析打包结果
npm run build:report
  1. 打包后服务器环境预览
npm run serve

文件夹说明

│  .babelrc
│  .editorconfig
│  .eslintrc.js
│  .gitignore
│  package-lock.json
│  package.json
│  postcss.config.js
│  README.md
│  webpack.config.js
│
├─build                         —— Webpack 配置文件
│      alias.js
│      bundle.js
│      externals.js
│      loaders.js
│      webpack.config.base.js
│      webpack.config.dev.js
│      webpack.config.prod.js
│
├─doc                           —— 项目文档
│      README.md
│
├─src                           —— 项目源代码
│  ├─assets                     —— 通用的库/图片/样式文件
│  │  ├─image
│  │  ├─lib
│  │  └─style
│  │          atom.scss
│  │          constant.scss
│  │          func.scss
│  │          main.scss
│  │
│  ├─component                  —— 组件
│  │  └─test
│  │          index.js
│  │          style.scss
│  │          template.vue
│  │
│  ├─model                      —— 数据,接口请求
│  │      index.js
│  │
│  ├─page                       —— 页面
│  │  ├─home                    —— 每个页面一个文件夹,文件夹名字为页面名字
│  │  │      index.js
│  │  │      style.scss
│  │  │      template.vue
│  │  │
│  │  └─index
│  │          index.js
│  │          style.scss
│  │          template.vue
│  │
│  ├─shared                     —— 公用配置,如 API,常量等
│  │      api.js
│  │      constant.js
│  │
│  └─util                       —— 帮助,封装通用的方法
│          index.js
│          request.js
│
└─template                      —— 项目模板文件
        config.js
        favicon.ico
        index.html

文章地址

基于 Webpack4 + Vue 的多页应用解决方案(一)

基于 Webpack4 + Vue 的多页应用解决方案(二)

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].