cklwblove / webpack-vue-boilerplate

一个比较纯粹的 webpack vue 模板工程

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📦 Webpack Vue Boilerplate

License: MIT

A webpack 5 boilerplate with Vue.js. Using Babel, PostCSS and Sass.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:3000.

Production build

npm run build

Production preview

npm run preview

Features

Dependencies

Webpack

Babel

Loaders

Plugins

Linters

License

This project is open source and available under the MIT License.

About

一个比较纯粹的 webpack vue 模板工程

License:MIT License


Languages

Language:JavaScript 63.0%Language:Vue 30.5%Language:HTML 6.6%