Skip to content

ice-lab/vue-materials

Repository files navigation

Vue Materials

ICE official Vue materials, based on Vue CLI build tool and Element components.

Quick Start

We recommend you to use vue materials by Iceworks. Click here to learn more about how to install Iceworks.

Use Vue Scaffolds

Open a empty workspace in your VS Code and click the Iceworks Icon in the activity bar, the application creator panel will be started up. Click the Vue Materials material source and then select a vue scaffold to create a application.

use-vue-scaffolds

Use Vue Blocks and Components

Create a vue page by vue blocks materials.

use-blocks-to-create-page

For more detail, you can see docs.

How to deplopy it to vercel manually

  1. Install vercel-cli globally
$ npm i -g vercel
  1. Run vercel at corresponding directory

For example:

$ cd scaffolds/icestark-child-app
$ vercel
  1. Link to existing project on vercel
? Link to existing project? [y/N] y
? What’s the name of your existing project? icestark-vite-vue
  • scafflods/icestark-child-app -> icestark-vite-vue
  • scafflods/icestark-framework-app -> icestark-framework-vue3-x
  1. If you don't have access, ask @maoxiaoke for help.

License

MIT