Spread Js Vue

Spread Js Vue




🔞 ALL INFORMATION CLICK HERE 👈🏻👈🏻👈🏻

































Spread Js Vue

In This Topic
Using Node Package Manager Using Traditional HTML
SpreadJS supports Vue - a JavaScript framework that provides developers with distinct tools in order to help them build complex user interfaces and web applications.
SpreadJS can be used with Vue in the following two ways:
This method involves the following steps:
Open the command prompt window and type the following commands in order to create a simple Vue project with vue init webpack.
# create a new project using the "webpack" template
$ vue init webpack my-project
# install dependencies and go!
$ cd my-project
$ npm run dev                   
After you finish, the Vue project will be created at the specified location in the directory. For more information on how to create a Vue project, refer to https://vuejs.org/v2/guide/installation.html .
Next, you need to install @grapecity/spread-sheets-vue in your project using the following command:
Now, you can modify the App.vue file as per your requirements. Changes will be reflected when the browser window is refreshed. As an example, you can use the sample code given below:
This method involves the following steps:
As the first step, you need to create a HTML page.
Add references to the gc.spread.sheets.all.*.*.*.min.js, gc.SpreadJS.*.*.*.css and gc.spread.sheets.vue.*.*.*.js files in the HTML template (i.e. your index.html file).
Now, you can use SpreadJS in your Vue application. As an example, you can use the sample code given below:
The SpreadSheets, Worksheet, and Column are the basic elements with tag hierarchy. Other elements work by setting them. The main tag hierarchy is:
The following topics list the element directives.
Copyright © 2020 GrapeCity, Inc. All rights reserved.
$ npm install @grapecity/spread-sheets-vue

Report Page