8b7c3f80ad | ||
---|---|---|
public | ||
src | ||
.gitignore | ||
README.md | ||
babel.config.js | ||
config.json | ||
gulpfile.js | ||
jsconfig.json | ||
package.json | ||
vue.config.js |
README.md
Vue Showcase Sample Configuration
This application includes a sample of the Vue Showcase template along with essential configurations and router integration, designed to facilitate a seamless start for your own projects.
The Vue showcase demo can be accessed at the following location:
https://npmci.syncfusion.com/development/showcase/vue/sample_template/
package.json
- Should replace the name from
@syncfusion/ej2-vue-sample_template
to@syncfusion/ej2-vue-{sample-name}
. - Should replace the description from
Essential JS 2 - Sample name
toEssential JS 2 - {Your sample-Name}
. - Required ej2 component dependencies should be placed inside the
dependencies
section.
Source
All components files related to your sample should be placed inside the src
location.
Installation
To install the application dependencies, use the following command:
npm install
Compiles and minifies for production
To build the application, use the following command:
npm run build
Lints and fixes files
To check the lint errors in the application, use the following command:
npm run lint
Compiles and hot-reloads for development
To run the application in the browser, use the following command:
npm run serve