Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hengshanmwc/feather-ui
轻ui重功能的ui指令库
https://github.com/hengshanmwc/feather-ui
Last synced: about 1 month ago
JSON representation
轻ui重功能的ui指令库
- Host: GitHub
- URL: https://github.com/hengshanmwc/feather-ui
- Owner: hengshanMWC
- Created: 2020-07-05T09:57:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:40:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T20:46:21.766Z (almost 2 years ago)
- Language: Vue
- Size: 3.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-next-webpack-preview
> Minimal webpack setup for Vue 3 (beta)
This is for preview purposes only. There might be bugs and undocumented behavior differences from v2, which are expected.
Also note that if you are using VSCode, Vetur isn't updated to take advantage of Vue 3's typing yet so intellisense in Vue files may not be fully functional (especially in templates).
### Prerequisites
- Node & NPM### Install
```sh
npm install
```
### Usage
##### Develop
```sh
# run dev server at localhost:8080
npm run dev
```
##### Build
```sh
# transpile js for deployment
npm run build
```