Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masx200/my-vue-router-project
A Vue.js project vue-router测试 基于webpack的vue项目,加载依赖包,并分包懒加载,vue-router测试
https://github.com/masx200/my-vue-router-project
javascript vue-router webpack-vue
Last synced: 2 months ago
JSON representation
A Vue.js project vue-router测试 基于webpack的vue项目,加载依赖包,并分包懒加载,vue-router测试
- Host: GitHub
- URL: https://github.com/masx200/my-vue-router-project
- Owner: masx200
- License: gpl-3.0
- Created: 2019-04-25T17:23:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T04:41:38.000Z (3 months ago)
- Last Synced: 2024-10-20T14:52:42.391Z (3 months ago)
- Topics: javascript, vue-router, webpack-vue
- Language: TypeScript
- Homepage: https://masx200.github.io/my-vue-router-project/
- Size: 5.89 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-vue-router-project-webpack
使用 webpack-react-vue-spa-awesome-config 打包
https://github.com/masx200/my-vue-router-project
https://github.com/masx200/webpack-react-vue-spa-awesome-config
添加了 JSfuck-and-hieroglyphy-Decoder-and-ENCODER
https://gitee.com/masx200/JSfuck-and-hieroglyphy-Decoder-and-ENCODER
添加了 javascript 代码美化功能,借用掘金网的代码的高亮样式
https://github.com/masx200/acorn-parse-escodegen-generate-esm-broweser
使用 prettier 进行代码格式化
https://www.npmjs.com/package/prettier
# my-project
基于 webpack 的 vue 项目,从 cdn 加载依赖包,并分包懒加载,vue-router 测试
> A Vue.js project
## Build Setup
# install dependencies
```
npm install
```# serve with hot reload
```
npm run start
```# build for production with minification
```
npm run build
```