$ npm install
$ npm run dev
After the service starts, open http://localhost:8080 访问网站
$ npm run build
iBiu has configured the routes for you based on your json, right there views/src/router click on the file to modify the specific configuration.
Based on your configuration file, iBiu generates the relevant directories and associated pages and points the route to them Click to view Files
Use ESLint to detect code compliance:
$ npm run lint