Skip to content

newfangadmin/newfang_eth_developer_portal

Repository files navigation

Newfang Developer Portal

Setup

# Install dependencies
npm run install

Development

# Start development server
npm run dev

Lint and test

# Run linter
npm run lint

# Run linter and autofix errors
npm run lint -- --fix

# Run unit tests
npm run test:unit

# Run lint and tests
npm run test:ci

Build and preview

# Build for test environment
npm run build:stage

# Build for production environment
npm run build:prod

# Preview the build
npm run preview

# Preview the build + static resource analysis
npm run preview -- --report

Refer the vue-admin-template documentation for more information.

Deployment

Github Actions are used for deployment.

Credits

The template is based on PanJiaChen's vue-admin-template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published